Skip to content

Commit 7facef5

Browse files
authored
ci(fix) remove gh deployment
1 parent 3ab52cd commit 7facef5

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,12 @@ jobs:
3333
node-version: 22
3434
cache: yarn
3535

36-
- name: Setup Pages
37-
uses: actions/configure-pages@v4
38-
3936
- name: Install dependencies
4037
run: yarn install
4138

4239
- name: Build with VitePress
4340
run: yarn build
4441

45-
- name: Upload artifact
46-
uses: actions/upload-pages-artifact@v3
47-
with:
48-
path: src/.vitepress/dist
49-
5042
- name: Deploy to Server
5143
uses: easingthemes/ssh-deploy@main
5244
env:

0 commit comments

Comments
 (0)