From 46e1ac1ed1a23ee755aaf29bd18f30d13023262a Mon Sep 17 00:00:00 2001 From: Ville Lindholm Date: Fri, 26 Jul 2024 13:16:21 +0300 Subject: [PATCH] fix missing footer class from new custom footer --- .github/workflows/hugo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 366dbb8..ba1aad9 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -61,7 +61,7 @@ jobs: --minify \ --baseURL "${{ steps.pages.outputs.base_url }}/" - name: Remove 'powered by...' from all footers - run: find public -type f -name '*.html' -exec perl -0777 -i -pe 's|]*>.*?|
© Ville Lindholm
|gs' {} \; + run: find public -type f -name '*.html' -exec perl -0777 -i -pe 's|]*>.*?||gs' {} \; - name: Upload artifact uses: actions/upload-pages-artifact@v3