From 5c9405a790aa1aaf38653e8b1b0f374f3dadfdda Mon Sep 17 00:00:00 2001 From: Nick Laiacona Date: Tue, 17 Jan 2023 13:49:21 -0500 Subject: [PATCH] update gh-pages config (#7) --- .github/workflows/gh-pages.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index df032a6..fcd50e0 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -8,6 +8,8 @@ on: jobs: deploy: runs-on: ubuntu-22.04 + concurrency: + group: ${{ github.workflow }}-${{ github.ref }} steps: - name: Checkout latest code uses: actions/checkout@v3 @@ -17,7 +19,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: "latest" + hugo-version: '0.101.0' extended: true - name: Build and minify with Hugo