File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
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 :
You can’t perform that action at this time.
0 commit comments