Skip to content

Commit

Permalink
ci: add actions/upload-pages-artifact@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tannineo committed Aug 5, 2023
1 parent 92c93c0 commit 9cab43e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
run: pnpm install
- name: Build Astro site
run: pnpm build
- name: Upload Pages Artifact
uses: actions/upload-pages-artifact@v2
with: dist

deploy:
needs: build
Expand All @@ -55,5 +58,3 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
with:
artifact_name: dist

0 comments on commit 9cab43e

Please sign in to comment.