Skip to content

Commit 2f09cd0

Browse files
Tweak time and os
1 parent 86bc4f9 commit 2f09cd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: auto-publish
22
run-name: Automatically publish documentation
33
on:
44
schedule:
5-
- cron: '30 22 * * THU'
5+
- cron: '40 22 * * THU'
66
jobs:
77
auto-publish:
8-
runs-on: windows-latest
8+
runs-on: ubuntu-latest
99
permissions:
1010
contents: write
1111
defaults:

0 commit comments

Comments
 (0)