Skip to content

Commit d3b9e54

Browse files
committed
fix
1 parent b37fce4 commit d3b9e54

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
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:
@@ -26,7 +26,6 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
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:
@@ -19,7 +19,6 @@ jobs:
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

0 commit comments

Comments
 (0)