Skip to content

Commit

Permalink
Update deploy-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBernskiold authored Dec 30, 2023
1 parent db2c12c commit 2a977ca
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 2a977ca

Please sign in to comment.