Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BeepIsla committed Nov 19, 2023
1 parent d2b2b41 commit 65a7cf4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive

- name: Install and Build
run: |
npm install
npm ci
npm run build
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 65a7cf4

Please sign in to comment.