Skip to content

Commit 65d6dd3

Browse files
authored
Update build_docs.yaml
1 parent bc53699 commit 65d6dd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
name: documentation
5858
- id: deployment
5959
uses: actions/deploy-pages@v2
60-
with: doc/html
60+
with:
61+
publish_dir: doc/html
6162
# deploy:
6263
# - name: Deploy to GitHub Pages
6364
# uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)