Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e34856 commit eb0981bCopy full SHA for eb0981b
1 file changed
.github/workflows/python-docs.yml
@@ -11,7 +11,7 @@ permissions:
11
deployments: write
12
13
jobs:
14
- bench:
+ deploy-python-docs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v4
@@ -24,7 +24,7 @@ jobs:
24
working-directory: pyvortex/docs
25
- run: |
26
mv pyvortex/docs/_build /tmp/_build
27
- git checkout gh-pages-bench
+ git checkout origin/gh-pages-bench
28
rm -rf docs
29
mv /tmp/_build docs
30
git add docs
0 commit comments