Skip to content

Update index.md

Update index.md #14

Workflow file for this run

name: Hugo-Site
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Setup
run: |
git submodule init
git submodule update
- name: Build Site'
uses: chabad360/hugo-actions@v2
with:
buildPath: ${{ github.workspace }}/public
args: --gc --cleanDestinationDir
- name: Deploy
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: ${{ github.workspace }}/public
CLEAN: true