Skip to content

Commit eeea593

Browse files
committed
Fix issues with pipeline
1 parent a98b9a2 commit eeea593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
--minify \
5858
--baseURL "${{ steps.pages.outputs.base_url }}/"
5959
- name: Upload artifact
60-
uses: actions/upload-pages-artifact@v2
60+
uses: actions/upload-pages-artifact@v3
6161
with:
6262
path: ./public
6363

@@ -71,4 +71,4 @@ jobs:
7171
steps:
7272
- name: Deploy to GitHub Pages
7373
id: deployment
74-
uses: actions/deploy-pages@v2
74+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)