try fix actions

This commit is contained in:
Pim Snel 2022-01-06 13:25:45 +01:00
parent be2c130742
commit 0982acbd97

View File

@ -14,4 +14,8 @@ jobs:
- uses: actions/setup-ruby@v1
with:
ruby-version: 2.7
- run: ruby scripts/parse_appendix.rb && bash scripts/commitpush.sh
- run: |
gem install bundler
bundle install --jobs 4 --retry 3
ruby scripts/parse_appendix.rb
bash scripts/commitpush.sh