Skip to content

Commit

Permalink
wrong file name
Browse files Browse the repository at this point in the history
  • Loading branch information
markcmurphy committed Jun 21, 2024
1 parent 3b00204 commit 0cc98ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-static-paths.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 0cc98ad

Please sign in to comment.