Skip to content

Commit

Permalink
Cache pip and render slides
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBener committed May 28, 2024
1 parent c9673c2 commit 37a90f9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.x"
python-version: "3.10"
cache: "pip"

- name: Install Python packages
run: |
Expand All @@ -47,10 +48,11 @@ jobs:
version: "pre-release"
# tinytex: true

- name: Render HTML and DOCX
- name: Render outputs
run: |
make html
make docx
make html
make slides
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 37a90f9

Please sign in to comment.