We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a73634 commit 77c8c72Copy full SHA for 77c8c72
.github/workflows/doc.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Commit & Push pages
35
run: |
36
rm -rf docs
37
- mv build/asciidoc/html5 docs
+ mv build/docs/asciidoc docs
38
git add docs
39
git commit -m "Update docs"
40
git checkout -b gh-pages
0 commit comments