Skip to content

Commit

Permalink
Attempting to fix directory issue with site build
Browse files Browse the repository at this point in the history
  • Loading branch information
ceiphr committed Sep 24, 2022
1 parent 6548494 commit fdf8c5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:

workflow_dispatch:

defaults:
run:
working-directory: ./website

jobs:
deployment:
runs-on: ubuntu-latest
Expand All @@ -21,7 +25,6 @@ jobs:
cache: "npm"

- name: Build
working-directory: ./website
run: |
npm i --legacy-peer-deps
npm run build
Expand Down

0 comments on commit fdf8c5b

Please sign in to comment.