Skip to content

Commit

Permalink
Update href_remover.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rovati committed Feb 7, 2024
1 parent 4387a00 commit 1c6a5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/href_remover.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
myfile = "../../dnd_spell_saver/build/index.html"
myfile = "../../dnd_spell_saver/build/web/index.html"

with open(myfile, "r") as f:
data = f.read()
Expand Down

0 comments on commit 1c6a5cb

Please sign in to comment.