Skip to content

Commit

Permalink
ci: ensure branch is always updated
Browse files Browse the repository at this point in the history
  • Loading branch information
cvn committed Oct 30, 2023
1 parent b3793ed commit 77f38cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
cd Dash-User-Contributions
git checkout -b tldr-pages-update
git push origin tldr-pages-update
git push --force origin tldr-pages-update
- name: Check directory
run: pwd
- name: Update version number in docset.json
Expand Down

0 comments on commit 77f38cd

Please sign in to comment.