Skip to content

Update index.en.md

Update index.en.md #1

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
hugo_version: ["0.83.0", "0.83.1", "0.84.4", "0.85.0", "0.86.1", "0.87.0", "0.88.0"]
steps:
- uses: actions/checkout@v2
- name: Hugo setup
uses: peaceiris/[email protected]
with:
hugo-version: ${{ matrix.hugo_version }}
extended: true
- name: Build
run: hugo -v --source=exampleSite --themesDir ../.. --gc