Skip to content

Commit 2cd1fa6

Browse files
committed
voodoo
1 parent 28efd4b commit 2cd1fa6

File tree

2 files changed

+3
-777
lines changed

2 files changed

+3
-777
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
- name: Print files in main folder
3434
run: ls -lah
3535

36-
- uses: actions/configure-pages@v3
36+
- uses: actions/configure-pages@v4
3737

3838
- uses: actions/upload-pages-artifact@v3
3939
with:
40-
path: dist
40+
path: ./
4141

4242
- name: Deploy
4343
id: deployment
44-
uses: actions/deploy-pages@v3
44+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)