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

Commit 13732da

Browse files
Merge pull request #13 from intuitem/update/pnpm
Update astro.yml
2 parents 36ec601 + e166047 commit 13732da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/astro.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828

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

3333
# Not using npm? Change `npm run build` to `yarn build` or `pnpm run build`
3434
- name: Build Astro
35-
run: yarn build
35+
run: pnpm build
3636

3737
- name: Upload artifact
3838
uses: actions/upload-pages-artifact@v1

0 commit comments

Comments
 (0)