Skip to content

Commit

Permalink
chore: use actions/upload-pages-artifact instead of actions/upload-ar…
Browse files Browse the repository at this point in the history
…tifact
  • Loading branch information
anoriqq committed Oct 10, 2024
1 parent e60631f commit 7cf7af8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,13 @@ jobs:
- name: Build
run: pnpm build

- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: 'build/client'

- name: Setup Pages
uses: actions/configure-pages@v5
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 7cf7af8

Please sign in to comment.