gcg-website/.github/workflows/workflow.yml
2022-03-19 10:21:45 +01:00

23 lines
508 B
YAML

on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master
with:
submodules: true
- name: Hugo to GitHub Pages
uses: chabad360/hugo-gh-pages@master
with:
githubToken: ${{ secrets.TOKEN }}
cname:
branch: master
repo: eesev9ie/eesev9ie.github.io
hugoVersion: 0.95.0
args: --gc --minify --cleanDestinationDir