Skip to content

Commit bb51136

Browse files
authored
add pm to gh wf file
1 parent 46a25e4 commit bb51136

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
uses: actions/checkout@v6
2828
- name: Install, build, and upload your site
2929
uses: withastro/action@v5
30-
# with:
30+
with:
3131
# path: . # The root location of your Astro project inside the repository. (optional)
3232
# node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
33-
# package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
33+
package-manager: bun@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
3434

3535
deploy:
3636
needs: build
@@ -41,4 +41,4 @@ jobs:
4141
steps:
4242
- name: Deploy to GitHub Pages
4343
id: deployment
44-
uses: actions/deploy-pages@v4
44+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)