Skip to content

Commit

Permalink
update relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
markcmurphy committed Jun 21, 2024
1 parent 0cc98ad commit d77173e
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.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: |
Expand Down

0 comments on commit d77173e

Please sign in to comment.