Skip to content

Commit 3d02867

Browse files
committed
Merge branch 'master' into gh-pages
2 parents ea640cf + 888cb70 commit 3d02867

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
- name: Checkout your repository using git
2020
uses: actions/checkout@v4
2121
- name: Install, build, and upload your site
22-
uses: withastro/action@v0
23-
# with:
24-
# path: . # The root location of your Astro project inside the repository. (optional)
25-
# node-version: 16 # The specific version of Node that should be used to build your site. Defaults to 16. (optional)
26-
# package-manager: yarn # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
22+
uses: withastro/action@v2
23+
with:
24+
path: . # The root location of your Astro project inside the repository. (optional)
25+
node-version: 22 # The specific version of Node that should be used to build your site. Defaults to 16. (optional)
26+
package-manager: yarn # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
2727

2828
deploy:
2929
needs: build
@@ -34,4 +34,4 @@ jobs:
3434
steps:
3535
- name: Deploy to GitHub Pages
3636
id: deployment
37-
uses: actions/deploy-pages@v1
37+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)