Skip to content

Commit

Permalink
Setup pages
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 dae013b
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 dae013b

Please sign in to comment.