Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: pnpm build:play

- name: Sync Playground files
uses: SamKirkland/[email protected].5
uses: SamKirkland/[email protected].6
with:
server: ${{ secrets.PRO_FTP_HOST }}
username: ${{ secrets.WEB_PLAYGROUND_FTP_ACCOUNT }}
Expand All @@ -54,7 +54,7 @@ jobs:
run: pnpm build:docs

- name: Sync Docs files
uses: SamKirkland/[email protected].5
uses: SamKirkland/[email protected].6
with:
server: ${{ secrets.PRO_FTP_HOST }}
username: ${{ secrets.WEBSITE_FTP_ACCOUNT }}
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
run: pnpm run build:antd

- name: Sync files
uses: SamKirkland/[email protected].5
uses: SamKirkland/[email protected].6
with:
server: ${{ secrets.PRO_FTP_HOST }}
username: ${{ secrets.WEB_ANTD_FTP_ACCOUNT }}
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
run: pnpm run build:ele

- name: Sync files
uses: SamKirkland/[email protected].5
uses: SamKirkland/[email protected].6
with:
server: ${{ secrets.PRO_FTP_HOST }}
username: ${{ secrets.WEB_ELE_FTP_ACCOUNT }}
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
run: pnpm run build:naive

- name: Sync files
uses: SamKirkland/[email protected].5
uses: SamKirkland/[email protected].6
with:
server: ${{ secrets.PRO_FTP_HOST }}
username: ${{ secrets.WEB_NAIVE_FTP_ACCOUNT }}
Expand Down
Loading