]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Update GitHub Pages artifact naming in CI workflow main
authorshamoon <4887959+shamoon@users.noreply.github.com>
Fri, 6 Feb 2026 19:54:43 +0000 (11:54 -0800)
committerGitHub <noreply@github.com>
Fri, 6 Feb 2026 19:54:43 +0000 (11:54 -0800)
.github/workflows/ci.yml

index 09f26ef7828c08635e0cb30ed0ee73a115bdab32..e6133475d3b5e40066ea50899b58183869e67e76 100644 (file)
@@ -114,9 +114,12 @@ jobs:
       - uses: actions/upload-pages-artifact@v4
         with:
           path: site
+          name: github-pages-${{ github.run_id }}-${{ github.run_attempt }}
       - uses: actions/deploy-pages@v4
         if: github.event_name == 'push' && github.ref == 'refs/heads/main'
         id: deployment
+        with:
+          artifact_name: github-pages-${{ github.run_id }}-${{ github.run_attempt }}
   tests-backend:
     name: "Backend Tests (Python ${{ matrix.python-version }})"
     runs-on: ubuntu-24.04