Skip to content

Remove the 21.11 version number from screenshot in order not to look … #181

Remove the 21.11 version number from screenshot in order not to look …

Remove the 21.11 version number from screenshot in order not to look … #181

Workflow file for this run

name: Deploy Site
on:
push:
branches:
- master
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master
with:
submodules: true
- name: Publish Site
uses: chabad360/hugo-gh-pages@master
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
args: --gc --minify --cleanDestinationDir