We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689d99d commit 8ce3491Copy full SHA for 8ce3491
.github/actions/build-docs/action.yml
@@ -19,3 +19,8 @@ runs:
19
shell: bash -l {0}
20
run: |
21
python scripts/build_api_docs.py
22
+
23
+ - name: build quarto project
24
+ shell: bash -l {0}
25
+ run: |
26
+ quarto render docs
.github/workflows/build_deploy_stable_docs.yaml
@@ -57,7 +57,7 @@ jobs:
57
run: zip docs.zip docs/_site -r
58
59
- name: Upload release docs
60
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
61
if: startsWith(github.ref, 'refs/tags/')
62
with:
63
files: docs.zip
0 commit comments