Skip to content

Commit

Permalink
Update blog build ci
Browse files Browse the repository at this point in the history
  • Loading branch information
naem1023 committed May 27, 2024
1 parent 11849e0 commit 038bc23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
with:
fetch-depth: 0
- name: Change to docs directory
run: cd docs
run: cd docs && pwd
- uses: actions/setup-node@v4
with:
node-version: 18
# cache: yarn
- name: Check path
run: pwd
run: cd docs && pwd
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build website
Expand Down

0 comments on commit 038bc23

Please sign in to comment.