Skip to content

Commit

Permalink
Merge pull request #187 from divriots/chore/fix-ci-attempt
Browse files Browse the repository at this point in the history
chore: try to fix ci
  • Loading branch information
muryoh authored Jul 23, 2024
2 parents d7aa403 + e31b4e0 commit 43b4fa3
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v2
- name: Setup node 18
uses: actions/setup-node@v3
with:
node-version: 18
uses: actions/checkout@v4
- name: Install, build, and upload your site
uses: withastro/action@v0
uses: withastro/action@v2
with:
path: ./packages/www
package-manager: pnpm
Expand All @@ -39,4 +35,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 43b4fa3

Please sign in to comment.