Merge branch 'master' into update-readme

This commit is contained in:
peaceiris 2019-11-09 10:01:58 +09:00
commit d6bd29c2e2
2 changed files with 4 additions and 4 deletions

View file

@ -53,14 +53,14 @@ jobs:
needs: test needs: test
strategy: strategy:
matrix: matrix:
os: ['ubuntu-18.04', 'macOS-10.14', 'windows-2019'] os: ['ubuntu-18.04', 'macOS-latest', 'windows-latest']
hugo-version: ['latest', '0.57.2'] hugo-version: ['latest', '0.57.2']
extended: [true, false] extended: [true, false]
# exclude: # exclude:
# - os: 'macOS-10.14' # - os: 'macOS-latest'
# hugo-version: 'latest' # hugo-version: 'latest'
# extended: false # extended: false
# - os: 'windows-2019' # - os: 'windows-latest'
# hugo-version: 'latest' # hugo-version: 'latest'
# extended: false # extended: false

View file

@ -15,7 +15,7 @@ We can run Hugo on a virtual machine of GitHub Actions by this Hugo action. Hugo
From `v2.0.0`, this Hugo action migrated to a JavaScript (TypeScript) action. We no longer build or pull a Hugo docker image. Thanks to this change, we can complete this action less than **4 sec**. (A docker base action was taking about 1 min or more execution time to build or pull.) From `v2.0.0`, this Hugo action migrated to a JavaScript (TypeScript) action. We no longer build or pull a Hugo docker image. Thanks to this change, we can complete this action less than **4 sec**. (A docker base action was taking about 1 min or more execution time to build or pull.)
| OS (runs-on) | ubuntu-18.04 | macOS-10.14 | windows-2019 | | OS (runs-on) | ubuntu-18.04 | macos-latest | windows-2019 |
|---|:---:|:---:|:---:| |---|:---:|:---:|:---:|
| Support | ✅️ | ✅️ | ✅️ | | Support | ✅️ | ✅️ | ✅️ |