fix branch name for tests
This commit is contained in:
parent
4c32a33f62
commit
a373a676e4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy_doc.yml
vendored
2
.github/workflows/deploy_doc.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
# Checkout source form Github
|
# Checkout source form Github
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
ref: master
|
ref: gh_pages_deploy
|
||||||
# Install Python runtime and dependencies
|
# Install Python runtime and dependencies
|
||||||
- uses: actions/setup-python@v1
|
- uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue