Skip to content

Commit

Permalink
Trying to fix once again the merge step
Browse files Browse the repository at this point in the history
  • Loading branch information
Hartorn committed May 28, 2024
1 parent 35b6061 commit f719455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Merge latest code
run: |
git fetch --prune
git merge refs/tags/${{ github.ref_name }}
git merge ${{ github.ref_name }}
- name: Set up python
id: setup-python
Expand Down

0 comments on commit f719455

Please sign in to comment.