Skip to content

Commit

Permalink
Update jekyll.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bulhakovolexii authored Jun 1, 2024
1 parent 83f4342 commit 48d58b5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: write
contents: read
pages: write
id-token: write

Expand Down Expand Up @@ -50,6 +50,12 @@ jobs:
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3
- name: Add apt key
run: |
wget -nv -O - https://wkhtmltopdf.org/downloads/apt/debian/wkhtmltopdf.key | sudo apt-key add -
echo "deb https://wkhtmltopdf.org/downloads/apt/debian/ stretch main" | sudo tee /etc/apt/sources.list.d/wkhtmltopdf.list
- name: Install wkhtmltopdf
run: apt-get update && apt-get install -y wkhtmltopdf
- name: Install wkhtmltopdf
run: apt-get update && apt-get install -y wkhtmltopdf
- name: Generate PDF
Expand Down

0 comments on commit 48d58b5

Please sign in to comment.