From c5dfe941be5fb098f9eb517e2f8ac7a76ca020dd Mon Sep 17 00:00:00 2001 From: Leo Fang Date: Sat, 28 Dec 2024 03:17:48 +0000 Subject: [PATCH] fix typo --- .github/workflows/gh-build-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-build-docs.yml b/.github/workflows/gh-build-docs.yml index ee7b1696..7ad905f8 100644 --- a/.github/workflows/gh-build-docs.yml +++ b/.github/workflows/gh-build-docs.yml @@ -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}