add: about GitHub API Rate limiting
This commit is contained in:
parent
baeba7a8a7
commit
846f4fed60
3 changed files with 49 additions and 37 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -30,8 +30,10 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
hugo-version: [null, 'latest', '0.58.2']
|
||||
extended: [null, false, true]
|
||||
hugo-version: [null, '0.58.2']
|
||||
# hugo-version: [null, 'latest', '0.58.2']
|
||||
extended: [null, true]
|
||||
# extended: [null, false, true]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue