Skip to content

Commit 6a5b258

Browse files
committed
Updated pages.yml workflow
1 parent deb6c37 commit 6a5b258

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ jobs:
3737
- name: Setup Pages
3838
uses: actions/configure-pages@v1
3939
- name: Upload artifact
40-
uses: actions/upload-pages-artifact@v4
40+
uses: actions/upload-pages-artifact@v3
4141
with:
42-
# Upload entire repository
43-
path: './dist/'
42+
path: dist/
4443
- name: Deploy to GitHub Pages
4544
id: deployment
4645
uses: actions/deploy-pages@v1

0 commit comments

Comments
 (0)