Skip to content

Commit

Permalink
Fix generate.
Browse files Browse the repository at this point in the history
  • Loading branch information
ptabor committed Jun 29, 2024
1 parent a0f132b commit fc8d32c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:

- name: Generate PDFs
if: steps.changed-xml-files.outputs.any_changed == 'true'
shell: bash
run: |
FILES=()
for file in "${{ steps.changed-xml-files.outputs.all_changed_files }}"; do
Expand Down

0 comments on commit fc8d32c

Please sign in to comment.