Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test-versions.yml')
-rw-r--r--.github/workflows/test-versions.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/test-versions.yml b/.github/workflows/test-versions.yml
index 768bcb8..b1377a4 100644
--- a/.github/workflows/test-versions.yml
+++ b/.github/workflows/test-versions.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- hugo: ['0.49.2', '0.50', '0.51', '0.52', '0.53', '0.54.0', '0.55.0', '0.56.0', '0.57.0', '0.58.0', '0.59.0', '0.60.0', '0.61.0', '0.62.0', '0.63.0', '0.64.0', '0.65.0', '0.66.0', '0.67.0']
+ hugo: ['0.49.2', '0.50', '0.60.0', '0.70.0', '0.80.0', '0.90.0', '0.91.0', '0.92.0']
fail-fast: true
@@ -19,9 +19,9 @@ jobs:
- uses: actions/checkout@master
- name: Set up Node
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
with:
- node-version: 12.x
+ node-version: 16.x
- name: Install tools
run: |
sudo apt install curl jq
@@ -35,8 +35,7 @@ jobs:
- name: Build with Hugo ${{ matrix.hugo }}
run: |
- cd exampleSite
- HUGO_THEME="hugo-theme-introduction" hugo --themesDir ../.. -v
+ cd exampleSite && HUGO_THEME="hugo-theme-introduction" hugo --themesDir ../.. -v
- name: Test HTML from Hugo ${{ matrix.hugo }}
run: docker run -v ${GITHUB_WORKSPACE}/public/:/mnt 18fgsa/html-proofer mnt --disable-external