Skip to content

Commit

Permalink
Update build-documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arielswalker authored Sep 10, 2024
1 parent b494026 commit 7fbc6b7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,12 @@ jobs:

- name: Move pdfs to deployment directory
if: ${{ (env.BUILD_PDF == 'true' && env.DEPLOY == 'true') }}
run: mkdir deploy; mv ${{ matrix.target }}.pdf deploy
# Could add pandoc and convert to github markdown
# pandoc ${{ matrix.target }}.pdf -t gfm
run: |
mkdir deploy
mv ${{ matrix.target }}.pdf deploy
ls -al deploy
# Could add pandoc and convert to github markdown
# pandoc ${{ matrix.target }}.pdf -t gfm
- name: Checkout Repo
if: ${{ (env.BUILD_PDF == 'true' && env.DEPLOY == 'true') }}
Expand Down

0 comments on commit 7fbc6b7

Please sign in to comment.