Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #13 from intuitem/update/pnpm
Browse files Browse the repository at this point in the history
Update astro.yml
  • Loading branch information
eric-intuitem authored Mar 15, 2024
2 parents 36ec601 + e166047 commit 13732da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:

# Not using npm? Change `npm ci` to `yarn install` or `pnpm i`
- name: Install dependencies
run: yarn install
run: pnpm install

# Not using npm? Change `npm run build` to `yarn build` or `pnpm run build`
- name: Build Astro
run: yarn build
run: pnpm build

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit 13732da

Please sign in to comment.