Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBernskiold committed Dec 30, 2023
2 parents 928991f + 2a977ca commit d86aa43
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ jobs:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- name: Go into docs
run: cd docs
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: npm

- name: Go into docs
run: cd docs
- name: Install dependencies
run: npm ci
- name: Build website
Expand Down

0 comments on commit d86aa43

Please sign in to comment.