File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 publish :
1212 name : Build and deploy website
13- runs-on : [self-hosted, ubuntu-latest]
13+ runs-on : ubuntu-latest
1414 timeout-minutes : 20
1515 if : ( github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true ) && github.repository == 'hpcaitech/ColossalAI-Documentation'
1616 permissions :
2626 - uses : actions/setup-node@v2
2727 with :
2828 node-version : " 16"
29- cache : " yarn"
3029 cache-dependency-path : docusaurus/package-lock.json
3130
3231 # Setup Python 3.8
Original file line number Diff line number Diff line change 77jobs :
88 publish :
99 name : Build and deploy website
10- runs-on : [self-hosted, ubuntu-latest]
10+ runs-on : ubuntu-latest
1111 timeout-minutes : 20
1212 if : github.base_ref == 'main' && github.event.pull_request.base.repo.full_name == 'hpcaitech/ColossalAI-Documentation'
1313 steps :
1919 - uses : actions/setup-node@v2
2020 with :
2121 node-version : " 16"
22- cache : " yarn"
2322 cache-dependency-path : docusaurus/package-lock.json
2423
2524 # Setup Python 3.8
You can’t perform that action at this time.
0 commit comments