From f603c0d0456dca6d26d60a10432f9ff19ab357d7 Mon Sep 17 00:00:00 2001 From: Sebastian Krysmanski Date: Mon, 12 Feb 2024 17:29:01 +0100 Subject: [PATCH] Fixup --- .github/workflows/build-and-deploy.yaml | 12 ++++++------ themes/devlog-theme | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index 239e2f5..a58a273 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -68,12 +68,6 @@ jobs: # IMPORTANT: Fetch the whole history. This is how Hugo determines the (publish) dates for the articles!!! fetch-depth: 0 - # This creates ${{ steps.short-sha.outputs.sha }} to be used below. - # See: https://github.com/marketplace/actions/short-sha - - name: Provide short commit hash to workflow - id: short-sha - uses: benjlevesque/short-sha@v3.0 - - name: Download node modules (assets) run: npm install working-directory: themes/devlog-theme/assets @@ -102,6 +96,12 @@ jobs: run: npx pagefind --site "../../../public" working-directory: themes/devlog-theme/assets + # This creates ${{ steps.short-sha.outputs.sha }} to be used below. + # See: https://github.com/marketplace/actions/short-sha + - name: Provide short commit hash to workflow + id: short-sha + uses: benjlevesque/short-sha@v3.0 + - name: Determine Hugo version id: hugo-version run: hugo version | sed -r 's/hugo v([0-9.]+).*/version=\1/' >> $GITHUB_OUTPUT diff --git a/themes/devlog-theme b/themes/devlog-theme index e84f53d..82ce68e 160000 --- a/themes/devlog-theme +++ b/themes/devlog-theme @@ -1 +1 @@ -Subproject commit e84f53d554b99217d2dbb701cb7f5da7a87343b3 +Subproject commit 82ce68ece1bda21650a739d2749edd4661075793