Skip to content

Commit

Permalink
Merge pull request #131 from OUCC/update-actions/upload-pages-artifact
Browse files Browse the repository at this point in the history
update actions/upload-pages-artifact
  • Loading branch information
miyaji255 authored Jul 11, 2024
2 parents 6a6f6aa + cda3ed0 commit a277a6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
key: ${{ runner.os }}-astro-build-${{ github.event_name == 'pull_request' && github.event.pull_request.id || 'main' }}
restore-keys: ${{ runner.os }}-astro-build-
- run: pnpm run build
- uses: actions/upload-pages-artifact@v1
- uses: actions/upload-pages-artifact@v3
if: github.ref == 'refs/heads/main'
with:
path: dist/out
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: pnpm/action-setup@v4
with:
version: 9.4.0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: pnpm
Expand Down

0 comments on commit a277a6d

Please sign in to comment.