Update GitHub Pages artifact naming in CI workflow

This commit is contained in:
shamoon
2026-02-06 11:54:43 -08:00
committed by GitHub
parent 505ff31748
commit 0dc58cf686

View 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