Skip to content

Commit

Permalink
ci(misc): 🎡 reset file mode changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codes committed Oct 27, 2024
1 parent c2d3d5c commit 4c47c57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/verify-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
run: yarn
- name: Generate Docs
run: yarn run docs/generate
- name: Ignore mode changes
run: find docs -type d -exec chmod a+rwx {} \; find docs -type f -exec chmod a+rw {} \;
- name: Reset file mode changes
run: find docs -type d -exec chmod a+rwx {} \;
- run: 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 4c47c57

Please sign in to comment.