Skip to content

Commit

Permalink
Attempt to fix manifest generation
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Oct 11, 2024
1 parent 5f72a08 commit d46ae8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-page-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- website
workflow_dispatch:

jobs:
build-and-deploy:
Expand All @@ -22,7 +23,7 @@ jobs:
pip install -r requirements.txt
- name: Run generate_manifest.py
run: python scripts/generate_manifest.py
run: python ${{ github.workspace }}/scripts/generate_manifest.py

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

0 comments on commit d46ae8f

Please sign in to comment.