Skip to content

Update _index.md

Update _index.md #308

Workflow file for this run

name: Publish Site
on:
push:
branches:
- master
jobs:
build-deploy:
runs-on: ubuntu-latest
environment: github-pages
steps:
- name: Checkout Repo
uses: actions/checkout@master
with:
submodules: true
- name: Publish Site
uses: chabad360/hugo-gh-pages@master
with:
githubToken: ${{ secrets.PERSONAL_TOKEN }}
cname: flaxandteal.co.uk