Skip to content

Commit

Permalink
experiment4
Browse files Browse the repository at this point in the history
  • Loading branch information
orndorffgrant committed Jul 26, 2024
1 parent be53b8d commit b9e8860
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/vendor-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
git switch external-docs
wget https://raw.githubusercontent.com/canonical/real-time-ubuntu-docs/main/docs/how-to/enable-real-time-ubuntu.rst -O docs/howtoguides/enable-realtime.rst
git add docs/howtoguides/enable-realtime.rst
git config --global user.name 'github-actions-external-docs-bot'
git config --global user.email '[email protected]'
git commit -m "new external docs"
git rebase origin/docs
git push origin external-docs --force-with-lease
Expand Down

0 comments on commit b9e8860

Please sign in to comment.