Skip to content

Commit

Permalink
Compile PDFs
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin R. Smith committed May 13, 2020
1 parent 59e24a3 commit c9a28b4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ jobs:
with:
persist-credentials: false

- name: Compile PDFs
- uses: mkrakowitzer/actions-makepdfs@master
if: github.ref == 'refs/heads/master'
- uses: actions/upload-artifact@v1
with:
name: platform-architecture-docs
markdown_dir: md
path: pdf

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@3.4.9
with:
Expand Down

0 comments on commit c9a28b4

Please sign in to comment.