Skip to content

Commit

Permalink
fix: directory
Browse files Browse the repository at this point in the history
not sure where CNAME needs to be, let's see
  • Loading branch information
ThisAMJ committed Jul 30, 2024
1 parent 086fe1a commit 160526b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-pages-artifact@v2
with:
path: out.html
path: ./out

- name: Deploy to GitHub Pages
id: deployment
Expand Down
2 changes: 1 addition & 1 deletion generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ def generate_command_table():
.replace("{{COMMAND_LIST}}", generate_command_table())
)

with open("out.html", "w") as f:
with open("out/out.html", "w") as f:
f.write(out)
File renamed without changes.

0 comments on commit 160526b

Please sign in to comment.