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 c027106 commit e73feb9
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 = "index.html"
myfile = "../dnd_spell_saver/build/index.html"

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

0 comments on commit e73feb9

Please sign in to comment.