We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6e232 commit e1b011bCopy full SHA for e1b011b
1 file changed
.github/workflows/auto-publish.yml
@@ -3,9 +3,10 @@ run-name: Automatically publish documentation
3
on:
4
schedule:
5
- cron: '45 23 * * WED'
6
+ - cron: '10 15 * * THU'
7
jobs:
8
auto-publish:
- runs-on: ubuntu-latest
9
+ runs-on: windows-latest
10
permissions:
11
contents: write
12
defaults:
0 commit comments