From 8b7bf77d4c1b85b38021e55d3ed4d51471f5cb16 Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Mon, 18 Nov 2024 16:29:28 -0600 Subject: [PATCH] ci: smol workflow file tweaks --- .github/workflows/ci.yml | 2 +- .github/workflows/docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72ad38543..ba7c9dfea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: # # This step is not required for syncing your docs to ReadMe! - name: Rebuild GitHub Action for testing purposes - run: 'npm ci && npm run build:gha' + run: npm ci && npm run build:gha working-directory: rdme-repo - name: Run `openapi:validate` command diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index aae430f50..c49ed6984 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -46,7 +46,7 @@ jobs: # # This step is not required for syncing your docs to ReadMe! - name: Rebuild GitHub Action for testing purposes - run: 'npm ci && npm run build:gha' + run: npm run build:gha # And finally, with our updated documentation, # we run the `rdme` GitHub Action to sync the Markdown file