Skip to content

Commit

Permalink
fixed build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankLeeeee committed Oct 9, 2023
1 parent bc0994e commit 042396d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: 🔨 Build
run: |
PLATFORM_HOSTNAME=platform.colossalai.com bash ./scripts/build.sh
mv Cloud-Platform-Docs-Website/cloud-platform-documentation/build ./
mv ./docusaurus/build ./
# Deploy to GitHub Pages for international release
- name: Deploy to GitHub Pages
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: 🔨 Build
run: |
PLATFORM_HOSTNAME=platform.luchentech.com bash ./scripts/build.sh
mv ./Cloud-Platform-Docs-Website/cloud-platform-documentation/build ./
mv ./docusaurus/build ./
# scp to cloud server for China release
- name: Deploy to Private Cloud Server
Expand Down

0 comments on commit 042396d

Please sign in to comment.