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 b9b01d9 commit 8a72709
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ jobs:

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

0 comments on commit 8a72709

Please sign in to comment.