Skip to content

Commit be42da1

Browse files
committed
Another attempt to solve the new artifacts actions
1 parent a465598 commit be42da1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
run: ls -laR ./dist && du -hs ./dist
3232

3333
- name: Upload dist as artifact
34-
id: deployment
34+
# id: deployment
3535
uses: actions/upload-artifact@v4
3636
with:
3737
name: pages-artifact
3838
path: ./dist/
3939

4040
- name: Deploy to GitHub Pages
41-
id: deployment
41+
# id: deployment
4242
uses: actions/deploy-pages@v4
4343
with:
4444
artifact_name: pages-artifact # MUST match what you uploaded

0 commit comments

Comments
 (0)