Skip to content

Commit

Permalink
Merge pull request #749 from rsteube/fix-gh-pages
Browse files Browse the repository at this point in the history
gh-pages: fix path
  • Loading branch information
rsteube authored Apr 1, 2023
2 parents b2376dd + 57e1d45 commit 97b4f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: "push gh-pages"
if: github.ref == 'refs/heads/master'
run: |
cd docs/book/
cd docs/book/html/
git init
git config user.name rsteube
git config user.email [email protected]
Expand Down

0 comments on commit 97b4f77

Please sign in to comment.