Skip to content

Add 1st version of the tutorial #3

Add 1st version of the tutorial

Add 1st version of the tutorial #3

Workflow file for this run

name: Build HUGO website
on:
# Runs on pull requests to check that the website is building without errors
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
# Build job
build:

Check failure on line 12 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: hugo
uses: klakegg/[email protected]
with:
source: ./src
target: ./build/blog
env: production