Skip to content

Commit

Permalink
ci(misc): 🎡 do not commit file mode changes to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codes committed Oct 27, 2024
1 parent 3172d46 commit c9e625d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Generate Docs
run: yarn run docs/generate
- name: Ignore mode changes
run: git config --global core.fileMode false
run: find docs -type d -exec chmod a+rwx {} \; find docs -type f -exec chmod a+rw {} \;
- 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 c9e625d

Please sign in to comment.