Skip to content

Commit e1f8ed9

Browse files
committed
ci: try Netlify instead of GitHub pages
Becuase it also deploys previews for each pull request.
1 parent 953919a commit e1f8ed9

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/main.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
- vue3-compatibility
87

98
jobs:
109
release:
@@ -25,12 +24,12 @@ jobs:
2524
run: |
2625
pnpm install
2726
pnpm run build
28-
pnpm run docs:build
29-
- name: Deploy Docs
30-
uses: JamesIves/github-pages-deploy-action@4.1.4
31-
with:
32-
branch: gh-pages
33-
folder: docs/.vitepress/dist
27+
# pnpm run docs:build
28+
# - name: Deploy Docs
29+
# uses: JamesIves/github-pages-deploy-action@4.1.4
30+
# with:
31+
# branch: gh-pages
32+
# folder: docs/.vitepress/dist
3433
- name: Release
3534
env:
3635
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)