diff --git a/.github/workflows/build_deploy.yml b/.github/workflows/build_deploy.yml index 0bc27587..fa9b88c0 100644 --- a/.github/workflows/build_deploy.yml +++ b/.github/workflows/build_deploy.yml @@ -37,11 +37,11 @@ jobs: - name: Build and validate website run: uv run --locked python scripts/site.py check env: - CPACS_SITE_URL: https://www.cpacs.de + CPACS_SITE_URL: https://dlr-sl.github.io/cpacs-website - name: Configure GitHub Pages if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Upload GitHub Pages artifact if: github.event_name == 'push' && github.ref == 'refs/heads/main'