Skip to content

Commit

Permalink
Merge pull request #10 from larsvilhuber/fix-deployment
Browse files Browse the repository at this point in the history
Fix deployment step by ensuring presentation/images directory exists
  • Loading branch information
larsvilhuber authored Jan 5, 2025
2 parents 980a5b7 + f6349e7 commit 49e117f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
cache-version: 1
working-directory: presentation

- name: Render Quarto Project
env:
QUARTO_PRINT_STACK: true
Expand Down Expand Up @@ -142,7 +142,6 @@ jobs:
mv artifact-book website
mv artifact-presentation website/presentation
mv artifact-presentation-pdf/index.pdf website/presentation/presentation.pdf
mv artifact-presentation/images website/presentation/images
# Prepare the GitHub Pages action
- name: prepare GitHub Pages action
uses: actions/upload-pages-artifact@v3.0.1
Expand Down

0 comments on commit 49e117f

Please sign in to comment.