Skip to content

Commit

Permalink
Test pdf generation
Browse files Browse the repository at this point in the history
  • Loading branch information
bigscoop committed Aug 22, 2023
1 parent 2665db2 commit 13cd24c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
- name: HTML website to PDF converter
uses: ferdinandkeller/html-to-pdf-action@v1
with:
- source-path: './_site'
- destination-path: './_site/assets/out.pdf'
source-path: './_site'
destination-path: './_site/assets/out.pdf'

- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
Expand Down

0 comments on commit 13cd24c

Please sign in to comment.