mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-03 14:03:18 +08:00
yeah
This commit is contained in:
parent
9b40b7c080
commit
07dc5ca202
7
.github/workflows/deploy_docs.yml
vendored
7
.github/workflows/deploy_docs.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Build documentation
|
- name: Build documentation
|
||||||
run: make docs-sphinx
|
run: make docs-sphinx
|
||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: sphinx_html_docs
|
name: sphinx_html_docs
|
||||||
path: build/sphinx
|
path: build/sphinx
|
||||||
@ -48,5 +48,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
artifact_name: sphinx_html_docs
|
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action
|
||||||
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action
|
with:
|
||||||
|
artifact_name: sphinx_html_docs
|
||||||
Loading…
x
Reference in New Issue
Block a user