Skip to content

Commit

Permalink
fix the bug in html folders name
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirMardan committed Mar 27, 2024
1 parent 5a289a8 commit 2f8afc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
make -C docs html
- name: Init new repo in dist folder and commit
run: |
cd docs/build/html/
cd docs/_build/html/
git init
touch .nojekyll
git add -A
Expand Down

0 comments on commit 2f8afc5

Please sign in to comment.