From 2d6d9d34862fb2d0c0a1873d821d53cf815c2a6d Mon Sep 17 00:00:00 2001 From: Abin Date: Tue, 6 Dec 2022 15:51:43 +0530 Subject: [PATCH] Add note --- .github/workflows/auto-version-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-version-docs.yml b/.github/workflows/auto-version-docs.yml index a6b48b511..285586f7f 100644 --- a/.github/workflows/auto-version-docs.yml +++ b/.github/workflows/auto-version-docs.yml @@ -38,7 +38,7 @@ jobs: npm ci npm run docusaurus docs:version "$VERSION" - - name: Build website + - name: Build website # making sure website builds env: CORSO_VERSION: ${{ needs.SetEnv.outputs.version }} run: |