Skip to content

Commit

Permalink
Update GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MisaLiu committed Jan 16, 2024
1 parent f874aef commit cc09e91
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,8 @@ jobs:
node-version: 20
cache: npm

- name: Checkout Cache
uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache

- name: Install requirements
run: npm ci
run: npm install

- name: Build docs
run: npm run build
Expand Down

0 comments on commit cc09e91

Please sign in to comment.