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 161e2e1 commit a1a1abc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
run: |
set -ex
cd docs/
cat user-manual.md >> $GITHUB_STEP_SUMMARY
sed -E 's/subtitle:.+/subtitle: "User Manual - version ${{ env.TEST_VER }}"/' user-manual.md > user-manual.md
echo "-------------" >> $GITHUB_STEP_SUMMARY
cat user-manual.md >> $GITHUB_STEP_SUMMARY
CURDATE=$(date '+%x %T')
echo "-------------" >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit a1a1abc

Please sign in to comment.