Skip to content

Commit

Permalink
fix: add git pull to website update api reference action
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Jul 24, 2024
1 parent 2054b0d commit 5cca63c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/website-update-api-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
git config --local user.email 'github-actions[bot]@users.noreply.github.com'
git add website/static
git commit -m "docs: api reference and website examples update: $GITHUB_SHA"
git pull --rebase origin main
git push origin HEAD:main
- name: Install Website Dependencies
Expand Down

0 comments on commit 5cca63c

Please sign in to comment.