add: about GitHub API Rate limiting

This commit is contained in:
peaceiris
2019-09-16 06:21:47 +09:00
parent baeba7a8a7
commit 846f4fed60
3 changed files with 49 additions and 37 deletions

View File

@@ -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