Skip to content

Commit

Permalink
fix(jzero): fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronnie committed Apr 11, 2024
1 parent 5a72f9a commit c1bf5e8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,12 @@ jobs:
with:
fetch-depth: 0

- name: Change to docs dir
run: |
cd docs
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 20
cache: npm
cache-dependency-path: docs/pnpm-lock.yaml

- name: Install deps
run: |
Expand Down

0 comments on commit c1bf5e8

Please sign in to comment.