Skip to content

Commit

Permalink
Update docs_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored Dec 14, 2024
1 parent f6ae8f7 commit 1cf5127
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
git config --global user.name "${{ secrets.PX4BUILDBOT_USER }}"
git config --global user.email "${{ secrets.PX4BUILDBOT_EMAIL }}"
git add ${BRANCH_NAME}
#git add .
#git commit -a -m "PX4 docs build update (vitepress) `date`"
git commit --amend -m "PX4 docs build update (vitepress) `date`"
git commit --allow-empty -m "Empty commit to force rebuild"
git push origin main -f

0 comments on commit 1cf5127

Please sign in to comment.