Skip to content

Commit

Permalink
generate pdf on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Aug 21, 2024
1 parent 13702c7 commit b9b01d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:

- name: Generate PDF
run: |
set -x
cd docs/
sed -E 's/subtitle:.+/subtitle: "User Manual - version ${{ env.TEST_VER }}"/' user-manual.md > user-manual.md
CURDATE=$(date '+%x %T')
Expand Down

0 comments on commit b9b01d9

Please sign in to comment.