mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-09-27 14:46:02 +00:00
add: about GitHub API Rate limiting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user