Remove the 21.11 version number from screenshot in order not to look … #181
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |