Skip to content

Commit 82bd5b3

Browse files
author
roshni73
committed
update CD
1 parent 403f85d commit 82bd5b3

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,7 @@ jobs:
4040
NEXT_PRIVATE_STANDALONE: true
4141

4242
- name: Upload GH artifacts
43-
id: deployment
44-
uses: actions/upload-pages-artifact@v2
45-
with:
46-
path: out/
47-
48-
- name: Upload artifacts
49-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-pages-artifact@v3
5044
with:
5145
path: out/
5246

@@ -68,7 +62,7 @@ jobs:
6862
steps:
6963
- name: Deploy to GitHub Pages 🚀
7064
id: deployment
71-
uses: actions/deploy-pages@v3
65+
uses: actions/deploy-pages@v4
7266

7367
prod_deploy:
7468
name: Deploy (PROD)

0 commit comments

Comments
 (0)