File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout repository
11- uses : actions/checkout@v2
11+ uses : actions/checkout@v3
1212
13- - name : Install Node v16
14- uses : actions/setup-node@v2
13+ - name : Install Node v14
14+ uses : actions/setup-node@v3
1515 with :
1616 node-version : 14
1717
2222 run : npm run build
2323
2424 - name : Deploy site
25- uses : JamesIves/github-pages-deploy-action@4.1.4
25+ uses : JamesIves/github-pages-deploy-action@v4
2626 with :
2727 branch : gh-pages
2828 folder : dist
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ export default new DocsSource({
1010 branch : "docs" ,
1111 defaultTag : "stable" ,
1212 branchFilter : branch => ! branchBlacklist . has ( branch ) ,
13- tagFilter : tag => semver . gte ( tag , "3 .0.0" ) ,
13+ tagFilter : tag => semver . gte ( tag , "4 .0.0" ) ,
1414 defaultFile : { category : "general" , id : "welcome" } ,
1515} ) ;
You can’t perform that action at this time.
0 commit comments