Skip to content

Commit

Permalink
ci: actually upload pages artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Zeuch <[email protected]>
  • Loading branch information
l-zeuch committed Dec 20, 2023
1 parent e4b6132 commit 6359a46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
id: pages
uses: actions/configure-pages@v4

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: ./public

deploy:
needs: build
environment:
Expand Down

0 comments on commit 6359a46

Please sign in to comment.