Skip to content

Commit bc34afd

Browse files
committed
Update Build-and-deploy.yml
1 parent 8534ad3 commit bc34afd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/Build-and-deploy.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v4
3030

31-
- uses: actions/setup-node@v3
31+
- uses: actions/setup-node@v4
3232
with:
3333
node-version: "18"
3434

3535
- name: Setup Pages
36-
uses: actions/configure-pages@v3
36+
uses: actions/configure-pages@v5
3737

3838
- name: Install dependencies
3939
run: npm install
@@ -42,9 +42,8 @@ jobs:
4242
run: npm run build -- --outDir _site
4343

4444
- name: Upload artifact
45-
uses: actions/upload-pages-artifact@v2
45+
uses: actions/upload-pages-artifact@v3
4646

47-
# Deployment job
4847
deploy:
4948
environment:
5049
name: github-pages

0 commit comments

Comments
 (0)