Skip to content

Commit

Permalink
add node cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ziodave committed Dec 13, 2023
1 parent 1347ad1 commit e704f64
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@ jobs:
runs-on: ubuntu-latest
name: Build and Deploy Job
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true

- name: Install Node deps
run: npm i
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'

- name: Install Node deps
run: npm install
- name: Rebuild 'analysis' API docs
run: npm run docusaurus clean-api-docs analysis && npm run docusaurus gen-api-docs analysis
- name: Rebuild 'classification' API docs
Expand Down

0 comments on commit e704f64

Please sign in to comment.