Skip to content

Commit bc53699

Browse files
authored
Update build_docs.yaml
1 parent f62b8cf commit bc53699

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_docs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,13 @@ jobs:
5151
name: github-pages
5252
url: ${{ steps.deployment.outputs.page_url }}
5353
steps:
54+
- name: Download Documentation Artifact
55+
uses: actions/download-artifact@v3
56+
with:
57+
name: documentation
5458
- id: deployment
5559
uses: actions/deploy-pages@v2
60+
with: doc/html
5661
# deploy:
5762
# - name: Deploy to GitHub Pages
5863
# uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)