Skip to content

action fix?

action fix? #33

Workflow file for this run

name: deploy to GitHub Pages
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out master
uses: actions/checkout@v1
- name: Build and deploy
uses: benmatselby/hugo-deploy-gh-pages@main
env:

Check failure on line 16 in .github/workflows/deploy.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yaml

Invalid workflow file

You have an error in your yaml syntax on line 16
HUGO_VERSION: 0.127.0
TARGET_REPO: xndr78/xndr.github.io
TARGET_BRANCH: master
TOKEN: ${{ secrets.TOKEN }}
HUGO_ARGS: '--minify --cleanDestinationDir'
CNAME: xndr.name