From 7a4e82a44ed3e82818bdd2b86c6873b9b117a29c Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Sat, 3 Feb 2024 23:16:15 +0100 Subject: [PATCH] Fix pipeline (#2860) fix action --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2bedaf60..9973e4c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -416,6 +416,7 @@ jobs: echo "Updating index and manifest file..." sed -i 's/$VERSION/${{ steps.last_release.outputs.tag_name }}/g' docs/index.html sed -i 's/$VERSION/${{ steps.last_release.outputs.tag_name }}/g' docs/manifest.json + - name: Setup Pages uses: actions/configure-pages@v4 @@ -426,4 +427,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v3 # Note: v4 does not work!