Skip to content

Commit

Permalink
Try to fix npm build
Browse files Browse the repository at this point in the history
  • Loading branch information
Seyden committed Mar 2, 2024
1 parent de9bc54 commit ad17b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
path: bundles

- run: npm install
- run: npm run build -- --folder=${{ steps.extract_branch.outputs.branch }}
- run: npm run build --folder ${{ steps.extract_branch.outputs.branch }}

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.0
Expand Down

0 comments on commit ad17b18

Please sign in to comment.