Skip to content

Commit

Permalink
Setup pages (#1730)
Browse files Browse the repository at this point in the history
Setup pages to deploy pdf
  • Loading branch information
alemorvan committed Feb 6, 2024
1 parent aea00d7 commit 8c39ee8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/generate-pdfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@ jobs:
with:
name: pdfs
path: build_pdf/pdf/*

- name: Setup Pages
uses: actions/configure-pages@v3

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1

0 comments on commit 8c39ee8

Please sign in to comment.