We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deploy_guide.yml
1 parent 9c8753a commit 13ec105Copy full SHA for 13ec105
.github/workflows/deploy_guide.yml
@@ -12,7 +12,7 @@ concurrency:
12
jobs:
13
deploy:
14
# Only run on the main repository, not on forks
15
- if: github.repository == 'rust-gpu/Rust-CUDA'
+ if: github.repository == 'Rust-GPU/rust-cuda'
16
runs-on: ubuntu-latest
17
environment:
18
name: github-pages
0 commit comments