Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leofang committed Dec 28, 2024
1 parent f8f546b commit c5dfe94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Build docs
# The build stage could fail but we want the CI to keep moving.
if: ${{ github.repository_owner == 'nvidia' && always() }}
runs-on: ubuntu-latest
runs-on: "ubuntu-latest"
defaults:
run:
shell: bash -el {0}
Expand Down

0 comments on commit c5dfe94

Please sign in to comment.