Skip to content

Commit

Permalink
Fixed You are not currently on a branch
Browse files Browse the repository at this point in the history
  • Loading branch information
YanhuiJessica committed Mar 29, 2024
1 parent 851661a commit c1df636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
update-docs-requirements:
name: Update docs requirements
if: startsWith(github.ref, 'refs/tags')
runs-on: ubuntu-latest
permissions:
contents: write
Expand All @@ -55,6 +54,7 @@ jobs:
- name: Install pip-tools
run: python3 -m pip install pip-tools
- name: Update requirements.txt
if: startsWith(github.ref, 'refs/tags')
run: cd docs/ && pip-compile requirements.in > requirements.txt
- uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down

0 comments on commit c1df636

Please sign in to comment.