Skip to content

Commit

Permalink
feat(ci): commit in ci changes in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Nov 28, 2024
1 parent cbd8aea commit 077f7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ jobs:
if: env.branch_is_not_master && runner.os == 'Linux'
run: |
source scripts/lib.sh
files=('site' 'proposals' 'README.md')
files=('site' 'proposals' 'README.md' 'CONTRIBUTING.md')
commit_and_push_if_changed "$files" "Markdown files"
- name: Create a directory for docs
Expand Down

0 comments on commit 077f7c3

Please sign in to comment.