Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb0981b

Browse files
committed
do not commit me
1 parent 0e34856 commit eb0981b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
deployments: write
1212

1313
jobs:
14-
bench:
14+
deploy-python-docs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
@@ -24,7 +24,7 @@ jobs:
2424
working-directory: pyvortex/docs
2525
- run: |
2626
mv pyvortex/docs/_build /tmp/_build
27-
git checkout gh-pages-bench
27+
git checkout origin/gh-pages-bench
2828
rm -rf docs
2929
mv /tmp/_build docs
3030
git add docs

0 commit comments

Comments
 (0)