Skip to content

Commit 762dadc

Browse files
committed
ci: switch to upload-pages-artifact
1 parent f7baa98 commit 762dadc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CD
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ master ]
6+
branches: [master]
77
schedule:
88
- cron: "0 5 * * *"
99

@@ -36,11 +36,9 @@ jobs:
3636
working-directory: virens/
3737

3838
- name: Store final build
39-
uses: actions/upload-artifact@v4
39+
uses: actions/upload-pages-artifact@v3
4040
with:
41-
name: Build output
4241
path: virens/.output/public
43-
if-no-files-found: error
4442

4543
deploy:
4644
name: Deploy to GitHub pages

0 commit comments

Comments
 (0)