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