Skip to content

Commit 77c8c72

Browse files
committed
Correct doc workflow
1 parent 1a73634 commit 77c8c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Commit & Push pages
3535
run: |
3636
rm -rf docs
37-
mv build/asciidoc/html5 docs
37+
mv build/docs/asciidoc docs
3838
git add docs
3939
git commit -m "Update docs"
4040
git checkout -b gh-pages

0 commit comments

Comments
 (0)