Skip to content

Commit 8ce3491

Browse files
committed
try fix doc action
1 parent 689d99d commit 8ce3491

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/actions/build-docs/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ runs:
1919
shell: bash -l {0}
2020
run: |
2121
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: zip docs.zip docs/_site -r
5858

5959
- name: Upload release docs
60-
uses: softprops/action-gh-release@v1
60+
uses: softprops/action-gh-release@v2
6161
if: startsWith(github.ref, 'refs/tags/')
6262
with:
6363
files: docs.zip

0 commit comments

Comments
 (0)