diff --git a/.github/workflows/deploy_guide.yml b/.github/workflows/deploy_guide.yml index aa5e230e..287bf5f9 100644 --- a/.github/workflows/deploy_guide.yml +++ b/.github/workflows/deploy_guide.yml @@ -10,6 +10,9 @@ jobs: # Only run on the main repository, not on forks if: github.repository == 'rust-gpu/Rust-CUDA' runs-on: ubuntu-latest + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} permissions: contents: write pages: write