Skip to content

Commit

Permalink
chore: exclude index files from being committed
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanomunarini committed Jun 19, 2023
1 parent 80178e5 commit f4f9eca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/crawler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ jobs:
with:
override-files: |
https://raw.githubusercontent.com/ietf-tools/bibxml-service/main/Gemfile=Gemfile
https://raw.githubusercontent.com/ietf-tools/bibxml-service/main/Gemfile.lock=Gemfile.lock
https://raw.githubusercontent.com/ietf-tools/bibxml-service/main/Gemfile.lock=Gemfile.lock
args: ${{ github.event.inputs.args }}
commit-indexes: false

0 comments on commit f4f9eca

Please sign in to comment.