We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6844a commit 137965bCopy full SHA for 137965b
.github/workflows/docs.yml
@@ -20,8 +20,6 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- uses: actions/checkout@v4
23
- - name: Revert version to most recent version tag
24
- run: git checkout $(git tag -l | grep 'v.*' | tail -n 1 | awk -F post '{print $1}')
25
- name: Set up Python
26
uses: actions/setup-python@v5
27
with:
@@ -32,6 +30,8 @@ jobs:
32
30
pip install build twine
33
31
- name: Install package
34
run: pip install .[doc]
+ - name: Revert version to most recent version tag
+ run: git checkout $(git tag -l | grep 'v.*' | tail -n 1 | awk -F post '{print $1}')
35
- name: Build docs
36
run: |
37
cd docs
0 commit comments