diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index 80715b0..fabc42b 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -157,6 +157,7 @@ jobs: env: HUGO_PARAMS_robots: 'diffable-value' HUGO_PARAMS_gitBranch: 'fake-branch' + HUGO_PARAMS_enableFingerprinting: 'false' - name: Create diffable site (without drafts) if: ${{ env.DEPLOY_STAGE == 'production' }} @@ -164,6 +165,7 @@ jobs: env: HUGO_PARAMS_robots: 'diffable-value' HUGO_PARAMS_gitBranch: 'fake-branch' + HUGO_PARAMS_enableFingerprinting: 'false' - name: Beautify diffable site run: node beautify.js '${{ env.DIFF_PUBLISH_DIR }}' diff --git a/themes/devlog-theme b/themes/devlog-theme index ad5c5af..b34020f 160000 --- a/themes/devlog-theme +++ b/themes/devlog-theme @@ -1 +1 @@ -Subproject commit ad5c5af273abf26e032f38911fc625690e088958 +Subproject commit b34020fd9caaa9f9e50e658a73dfc32a3fb65343