Skip to content

Trying to get this right lol. #19

Trying to get this right lol.

Trying to get this right lol. #19

Workflow file for this run

name: Publish to GitHub Pages
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v1
- name: Install Hugo
run: sudo apt install hugo
- name: Build the site

Check failure on line 18 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
run: hugo mod init jordanherzstein.xyz
run: hugo --config hugo.toml
- name: Publish generated content to GitHub Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: public