Skip to content

Commit 4e8679b

Browse files
committed
ci: enable schedule deploy
1 parent ed9ccd9 commit 4e8679b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish_docs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ on:
1212
default: 'torchmeter'
1313
required: true
1414
type: string
15-
# schedule:
16-
# # Runs every day at 00:00 UTC
17-
# - cron: "0 0 * * *"
15+
16+
schedule:
17+
# Runs every day at 00:00 UTC
18+
- cron: "0 0 * * *"
1819

1920
permissions:
2021
contents: write

0 commit comments

Comments
 (0)