Skip to content

Commit

Permalink
fix gha docs test
Browse files Browse the repository at this point in the history
  • Loading branch information
helpmefindaname committed Nov 8, 2024
1 parent 2933396 commit ce24c22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- name: Fetch git tags
run: git fetch --tags origin
- name: Change config to current branch
env:
BRANCH_NAME: ${{ github.ref_name }}
run: |
sed -i 's/^smv_branch_whitelist = r"^master$"/smv_branch_whitelist = r"^${{ env.BRANCH_NAME }}$"/' docs/conf.py
sed -i 's/^smv_tag_whitelist = r"^v\d+\.\d+\.\d+$"/smv_tag_whitelist = ""/' docs/conf.py
Expand Down

0 comments on commit ce24c22

Please sign in to comment.