Skip to content

Commit

Permalink
chore: setup pagesが先
Browse files Browse the repository at this point in the history
  • Loading branch information
anoriqq committed Oct 10, 2024
1 parent 9ebea14 commit e60631f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
- name: Build
run: pnpm build

- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-artifact@v4
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 e60631f

Please sign in to comment.