Skip to content

Commit

Permalink
ci(misc): 🎡 ignore mode changes when generating docs
Browse files Browse the repository at this point in the history
This prevents docs from being seen as changed with no content changes,
thus reducing noise.
  • Loading branch information
andrew-codes committed Oct 27, 2024
1 parent 57fe7d6 commit 7f488db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/verify-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
run: yarn
- name: Generate Docs
run: yarn run docs/generate
- name: Ignore mode changes
run: git config --global core.fileMode false
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "[skip ci] docs: automated update to docs\n\nskip-checks: true"
Expand Down

0 comments on commit 7f488db

Please sign in to comment.