Skip to content

Commit

Permalink
Fix action to use correct name for manifest generation script... face…
Browse files Browse the repository at this point in the history
…palm.
  • Loading branch information
dannon committed Oct 11, 2024
1 parent d46ae8f commit 7079f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-page-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pip install -r requirements.txt
- name: Run generate_manifest.py
run: python ${{ github.workspace }}/scripts/generate_manifest.py
run: python ./scripts/workflow_manifest.py

- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 7079f73

Please sign in to comment.