Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
EncodedVenom committed Jun 19, 2024
1 parent 8aaaf7a commit 7d17d84
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 @@ -13,11 +13,11 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
- run: yarn install --frozen-lockfile
cache: npm
- run: npm install

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

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

0 comments on commit 7d17d84

Please sign in to comment.