Skip to content

Commit be5e402

Browse files
committed
Fix guide env
1 parent be12d0d commit be5e402

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy_guide.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
# Only run on the main repository, not on forks
1111
if: github.repository == 'rust-gpu/Rust-CUDA'
1212
runs-on: ubuntu-latest
13+
environment:
14+
name: github-pages
15+
url: ${{ steps.deployment.outputs.page_url }}
1316
permissions:
1417
contents: write
1518
pages: write

0 commit comments

Comments
 (0)