From d77173ebddacf17a8e33cb00855a6dec0875159a Mon Sep 17 00:00:00 2001 From: Mark Murphy Date: Fri, 21 Jun 2024 15:58:40 -0400 Subject: [PATCH] update relative path --- .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 aabc97f4b..09165e4f5 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.js').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: |