diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2594b44..5b844cc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,11 +1,11 @@ -# Sample workflow for building and deploying a Hugo site to GitHub Pages -name: Deploy Hugo site to Pages +# Sample Workflow for building and deploying a Hugo site to GitHub Pages +# +# Source: https://gohugo.io/hosting-and-deployment/hosting-on-github/#procedure +# -# on: [push, pull_request, workflow_dispatch] +name: Deploy Hugo site to Pages on: -# dynamic: - # Runs on pushes targeting the default branch push: branches: @@ -36,7 +36,6 @@ jobs: build: runs-on: ubuntu-latest env: - #HUGO_VERSION: 0.115.1 HUGO_VERSION: 0.115.4 steps: - name: Install Hugo CLI @@ -81,3 +80,6 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2 + + +