Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ozziest committed Dec 23, 2023
1 parent 261286a commit 68581bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/vitepress-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Deploy
name: Docs
on:
push:
branches:
Expand All @@ -14,11 +14,11 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
cache: yarn
- run: cd docs && yarn install --frozen-lockfile
cache: npm
- run: cd docs && npm install --frozen-lockfile

- name: Build
run: yarn docs:build
run: npm docs:build

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 68581bc

Please sign in to comment.