Skip to content

action fix?

action fix? #41

Workflow file for this run

name: deploy to GitHub Pages
on:
push:
branches:
- master
jobs:
build:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v1
- name: Deploy the site
uses: benmatselby/hugo-deploy-gh-pages@main
env:
HUGO_VERSION: 0.127.0
TARGET_REPO: xndr78/xndr78.github.io
TARGET_BRANCH: master
TOKEN: ${{ secrets.TOKEN }}
HUGO_ARGS: '--minify --cleanDestinationDir'
CNAME: xndr.name