Skip to content

Commit 0dd3b18

Browse files
authored
Update build_docs.yaml
1 parent 37535b3 commit 0dd3b18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ jobs:
6464
uses: actions/download-artifact@v3
6565
with:
6666
name: documentation
67-
- id: deployment
67+
- name: Deploy to GiHub Pages
6868
uses: actions/deploy-pages@v2
6969
with:
70-
publish_dir: doc/html
70+
artifact_name: github-pages
7171
# deploy:
7272
# - name: Deploy to GitHub Pages
7373
# uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)