Skip to content

Commit

Permalink
chore: try to fix ci v2
Browse files Browse the repository at this point in the history
  • Loading branch information
muryoh committed Jul 23, 2024
1 parent 43b4fa3 commit 34194e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches: [main]
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:
pull_request:

# Allow this job to clone the repo and create a page deployment
permissions:
Expand All @@ -24,7 +25,7 @@ jobs:
uses: withastro/action@v2
with:
path: ./packages/www
package-manager: pnpm
package-manager: pnpm@v8

deploy:
needs: build
Expand Down

0 comments on commit 34194e7

Please sign in to comment.