From 0cc98ada3a16d93d118ed2f53f9610561b65cf7b Mon Sep 17 00:00:00 2001 From: Mark Murphy Date: Fri, 21 Jun 2024 15:56:57 -0400 Subject: [PATCH] wrong file name --- .github/workflows/update-static-paths.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-static-paths.yml b/.github/workflows/update-static-paths.yml index ca166c99d..aabc97f4b 100644 --- a/.github/workflows/update-static-paths.yml +++ b/.github/workflows/update-static-paths.yml @@ -28,7 +28,7 @@ jobs: run: gh auth login --with-token <<< "${{ secrets.GITHUB_TOKEN }}" - name: Generate static paths - run: node -e "require('./update-static-paths.yml').generateStaticPaths()" # Adjust the path to your script + run: node -e "require('./update-static-paths.js').generateStaticPaths()" # Adjust the path to your script - name: Commit and push changes run: |