There was an error while loading. Please reload this page.
1 parent f7baa98 commit 762dadcCopy full SHA for 762dadc
1 file changed
.github/workflows/deploy.yml
@@ -3,7 +3,7 @@ name: CD
3
on:
4
workflow_dispatch:
5
push:
6
- branches: [ master ]
+ branches: [master]
7
schedule:
8
- cron: "0 5 * * *"
9
@@ -36,11 +36,9 @@ jobs:
36
working-directory: virens/
37
38
- name: Store final build
39
- uses: actions/upload-artifact@v4
+ uses: actions/upload-pages-artifact@v3
40
with:
41
- name: Build output
42
path: virens/.output/public
43
- if-no-files-found: error
44
45
deploy:
46
name: Deploy to GitHub pages
0 commit comments