Skip to content

Commit

Permalink
chore: git clean outside of website/static before rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Jul 24, 2024
1 parent 5cca63c commit 063d7c5
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 clean -fdx --exclude='website/static'
git pull --rebase origin main
git push origin HEAD:main
Expand Down

0 comments on commit 063d7c5

Please sign in to comment.