Skip to content

Commit

Permalink
docs_deploy.yml - force rebuild attempt (#3502)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored Dec 14, 2024
1 parent 9a03846 commit f6ae8f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,5 @@ jobs:
git config --global user.email "${{ secrets.PX4BUILDBOT_EMAIL }}"
git add ${BRANCH_NAME}
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 f6ae8f7

Please sign in to comment.