Skip to content

Commit becc991

Browse files
committed
chore: minor refactor to workflow
1 parent 9c37fe1 commit becc991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wc-document-generation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
run: |
2727
set -Eeuo pipefail
2828
python docs/support/gherkin-to-csv.py test/cpp/features/*.feature
29-
python -m csv-to-sbdl --identifier 0 --description 1 --skipheader rules.csv -o - | sbdl -m template-fill --template docs/templates/requirements.template.md output.sbdl > requirements.md
29+
python -m csv-to-sbdl --identifier 0 --description 1 --skipheader rules.csv
30+
sbdl -m template-fill --template docs/templates/requirements.template.md output.sbdl > requirements.md
3031
- uses: docker://pandoc/latex:3.7@sha256:ea5a6702bd47aea68dc1da18ff7e9891a76097d10ae88ea03d343113114dcbbe
3132
with:
3233
args: --output requirements.pdf requirements.md
3334
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
34-
if: always()
3535
with:
3636
name: documents
3737
path: requirements.pdf

0 commit comments

Comments
 (0)