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 cba1d2c commit db99a0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
defaults:
run:
working-directory: docs
steps:
- uses: actions/checkout@v2
- name: Go into docs
run: cd docs
- uses: actions/setup-node@v3
with:
node-version: 18.x
Expand Down

0 comments on commit db99a0b

Please sign in to comment.