Skip to content

Commit 3272562

Browse files
committed
fix : deployment
1 parent 6a64cb6 commit 3272562

File tree

2 files changed

+401
-62
lines changed

2 files changed

+401
-62
lines changed

.github/workflows/deploy.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout your repository using git
22-
uses: actions/checkout@v4 # Updated version
23-
22+
uses: actions/checkout@v4
2423
- name: Install, build, and upload your site
25-
uses: withastro/action@v0
24+
uses: withastro/action@v3
2625
# with:
27-
# path: . # The root location of your Astro project inside the repository. (optional)
28-
# node-version: 16 # The specific version of Node that should be used to build your site. Defaults to 16. (optional)
29-
# 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)
26+
# path: . # The root location of your Astro project inside the repository. (optional)
27+
# node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
28+
# 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)
3029

3130
deploy:
3231
needs: build
@@ -37,4 +36,4 @@ jobs:
3736
steps:
3837
- name: Deploy to GitHub Pages
3938
id: deployment
40-
uses: actions/deploy-pages@v2 # Updated version
39+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)