Skip to content

Commit e1b011b

Browse files
[Admin] Update and test workflow (#347)
1 parent 4e6e232 commit e1b011b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/auto-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ run-name: Automatically publish documentation
33
on:
44
schedule:
55
- cron: '45 23 * * WED'
6+
- cron: '10 15 * * THU'
67
jobs:
78
auto-publish:
8-
runs-on: ubuntu-latest
9+
runs-on: windows-latest
910
permissions:
1011
contents: write
1112
defaults:

0 commit comments

Comments
 (0)