From 27a8c9fd149af0ac638b85532ded509a389baee8 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 20 Feb 2023 20:47:18 -0800 Subject: [PATCH] Remove workflow comments --- .github/workflows/pages.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 55750fee..4b50d50c 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -1,26 +1,20 @@ -# Sample workflow for building and deploying a Hugo site to GitHub Pages name: Deploy Hugo site to Pages on: - # Runs on pushes targeting the default branch push: branches: ["**"] - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: -# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: contents: read pages: write id-token: write -# Allow one concurrent deployment concurrency: group: "pages" cancel-in-progress: true -# Default to bash defaults: run: shell: bash @@ -44,7 +38,6 @@ jobs: uses: actions/configure-pages@v2 - name: Build with Hugo env: - # For maximum backward compatibility with Hugo modules HUGO_ENVIRONMENT: production HUGO_ENV: production run: | @@ -68,7 +61,6 @@ jobs: # cd exampleSite # hugo --baseURL ${{ steps.pages.outputs.base_url }} --environment production --minify --themesDir ../.. - # Deployment job deploy: environment: name: github-pages