Skip to content

Commit e66aa9e

Browse files
committed
restore weekly deploy
1 parent dd94427 commit e66aa9e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: Deploy
44
push:
55
branches:
66
- main
7-
# schedule:
8-
# run weekly on Sunday
9-
# - cron: "20 10 * * 0"
7+
schedule:
8+
# weekly on Sunday
9+
- cron: "20 10 * * 0"
1010
# allow manual triggering of workflow
1111
workflow_dispatch:
1212

@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8888
with:
8989
name: site-for-indexing
90-
path: ./public
90+
path: ./public
9191

9292
index:
9393
# this job effectively tests the indexing before the next job that
@@ -103,7 +103,7 @@ jobs:
103103
with:
104104
name: site-for-indexing
105105
path: ./public
106-
106+
107107
- name: Set up Python
108108
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
109109
with:

0 commit comments

Comments
 (0)