File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : movabletype/mt-docs-data-api-reference
2+ on :
3+ push :
4+ branches :
5+ - " **/*"
6+ pull_request :
7+ schedule :
8+ - cron : 0 8 * * *
9+ jobs :
10+ test :
11+ runs-on : ubuntu-latest
12+ steps :
13+ - name : checkout
14+ uses : actions/checkout@v4.1.0
15+ - name : Get yarn cache directory path
16+ id : yarn-cache-dir-path
17+ run : echo 'dir=$(yarn cache dir)' >> $GITHUB_OUTPUT
18+ - name : Set up yarn cache
19+ uses : actions/cache@v3.3.2
20+ with :
21+ path : " ${{ steps.yarn-cache-dir-path.outputs.dir }}"
22+ key : " ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}"
23+ restore-keys : " ${{ runner.os }}-yarn-"
24+ - uses : actions/setup-node@v4.0.0
25+ with :
26+ cache : npm
27+ node-version : ' 16'
28+ - run : npm install
29+ - run : yarn redoc
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3030 "gulp-connect" : " ^5.7.0" ,
3131 "marked" : " ^4.1.1" ,
3232 "style-loader" : " ^3.3.1" ,
33- "webpack" : " ^5.76 .0" ,
33+ "webpack" : " ^5.94 .0" ,
3434 "webpack-cli" : " ^4.10.0"
3535 },
3636 "dependencies" : {
You can’t perform that action at this time.
0 commit comments