Skip to content

Commit

Permalink
🔧 (./.github) update gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankBevr authored Nov 21, 2023
1 parent 6be9bfb commit e3dffc6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '20'


- name: Install
run: npm install
working-directory: Frontend

- name: Build
run: npm run build
working-directory: Frontend
Expand Down

0 comments on commit e3dffc6

Please sign in to comment.