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|]*>.*?||gs' {} \; + run: find public -type f -name '*.html' -exec perl -0777 -i -pe 's|]*>.*?||gs' {} \; - name: Upload artifact uses: actions/upload-pages-artifact@v3