Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
emeric-martineau committed Sep 8, 2023
1 parent fb9c434 commit 14d567e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Run tests
run: npm run test:headless
# - name: Run tests
# run: npm run test

- name: Build
run: npm run build:prod
run: npm run build -- --base-href=/3d-printers-for-hobbies/

- name: Deploy
if: success()
Expand Down

0 comments on commit 14d567e

Please sign in to comment.