Skip to content

Commit

Permalink
cd sooner
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcohenhillel committed Oct 23, 2024
1 parent 5ce29cb commit 6e2e350
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Change to docs directory
run: cd docs
- name: Install dependencies
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: yarn
- name: Change to docs directory
run: cd docs
- name: Install dependencies
run: yarn install --frozen-lockfile --non-interactive
- name: Build
run: yarn build
Expand Down

0 comments on commit 6e2e350

Please sign in to comment.