Show More
@@ -2,6 +2,9 b' name: Build docs' | |||
|
2 | 2 | |
|
3 | 3 | on: [push, pull_request] |
|
4 | 4 | |
|
5 | permissions: | |
|
6 | contents: read | |
|
7 | ||
|
5 | 8 | jobs: |
|
6 | 9 | build: |
|
7 | 10 | runs-on: ubuntu-latest |
@@ -8,6 +8,8 b' on:' | |||
|
8 | 8 | - cron: '23 1 * * 1' |
|
9 | 9 | workflow_dispatch: |
|
10 | 10 | |
|
11 | permissions: | |
|
12 | contents: read | |
|
11 | 13 | |
|
12 | 14 | jobs: |
|
13 | 15 | test: |
General Comments 0
You need to be logged in to leave comments.
Login now