From 2fd62d4f01599b22ff710603c79e986fd0f555c3 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Sat, 19 Oct 2024 07:46:14 -0700 Subject: [PATCH] ci: fix robots workflow --- .github/workflows/versions_robot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/versions_robot.yaml b/.github/workflows/versions_robot.yaml index 2757e3c1fc..96deb940fe 100644 --- a/.github/workflows/versions_robot.yaml +++ b/.github/workflows/versions_robot.yaml @@ -83,7 +83,7 @@ jobs: - name: Ensure noIndex is set id: check_noindex - run: node scripts/noindex_docusaurus_config.js $RUNNER_TEMP + run: node scripts/noindex_docusaurus_config.js $PWD - name: Auto Format (Prettier) run: make format