Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbenns committed Sep 3, 2023
1 parent 453042a commit e5c154c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ env:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./site
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 17.5.0
- run: cd site
- run: npm ci
- run: npm run build
- uses: actions/configure-pages@v2
Expand Down

0 comments on commit e5c154c

Please sign in to comment.