Skip to content

Commit

Permalink
Correct doc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ynojima committed Aug 10, 2022
1 parent 1a73634 commit 77c8c72
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 @@ -34,7 +34,7 @@ jobs:
- name: Commit & Push pages
run: |
rm -rf docs
mv build/asciidoc/html5 docs
mv build/docs/asciidoc docs
git add docs
git commit -m "Update docs"
git checkout -b gh-pages
Expand Down

0 comments on commit 77c8c72

Please sign in to comment.