gcg-website/.github/workflows/workflow.yml

23 lines
508 B
YAML
Raw Normal View History

2020-07-11 11:01:53 +02:00
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master
with:
submodules: true
2022-03-19 10:21:45 +01:00
- name: Hugo to GitHub Pages
2022-01-22 13:00:12 +01:00
uses: chabad360/hugo-gh-pages@master
2020-07-11 11:08:57 +02:00
with:
2020-07-11 11:25:33 +02:00
githubToken: ${{ secrets.TOKEN }}
2022-03-19 10:21:45 +01:00
cname:
2020-07-11 11:50:20 +02:00
branch: master
2020-07-11 12:21:49 +02:00
repo: eesev9ie/eesev9ie.github.io
2022-03-19 10:21:45 +01:00
hugoVersion: 0.95.0
2022-01-22 13:00:12 +01:00
args: --gc --minify --cleanDestinationDir