mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-03 22:14:45 +08:00
Changed master branch to main
This commit is contained in:
parent
b0a5910d37
commit
4127cffd7d
4
.github/workflows/deploy_docs.yml
vendored
4
.github/workflows/deploy_docs.yml
vendored
@ -3,7 +3,7 @@ name: Deploy Documentation
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -46,4 +46,4 @@ jobs:
|
|||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v4
|
uses: actions/deploy-pages@v4
|
||||||
with:
|
with:
|
||||||
artifact_name: sphinx_html_docs
|
artifact_name: sphinx_html_docs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user