Skip to content

Commit

Permalink
revert main docs to latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Dec 27, 2024
1 parent 9383ccd commit ee6844a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Revert version to most recent version tag
run: git checkout $(git tag -l | grep 'v.*' | tail -n 1 | awk -F post '{print $1}')
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit ee6844a

Please sign in to comment.