Skip to content

Commit 13ec105

Browse files
committed
Fix repository capitalization in deploy_guide.yml.
This check must be case-insensitive, because it's been working with `rust-gpu` even though the repository owner is actually `Rust-GPU`.
1 parent 9c8753a commit 13ec105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_guide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
jobs:
1313
deploy:
1414
# Only run on the main repository, not on forks
15-
if: github.repository == 'rust-gpu/Rust-CUDA'
15+
if: github.repository == 'Rust-GPU/rust-cuda'
1616
runs-on: ubuntu-latest
1717
environment:
1818
name: github-pages

0 commit comments

Comments
 (0)