Skip to content

Commit

Permalink
ci: try Netlify instead of GitHub pages
Browse files Browse the repository at this point in the history
Becuase it also deploys previews for each pull request.
  • Loading branch information
gruhn committed Jul 11, 2023
1 parent 953919a commit e1f8ed9
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- vue3-compatibility

jobs:
release:
Expand All @@ -25,12 +24,12 @@ jobs:
run: |
pnpm install
pnpm run build
pnpm run docs:build
- name: Deploy Docs
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs/.vitepress/dist
# pnpm run docs:build
# - name: Deploy Docs
# uses: JamesIves/[email protected]
# with:
# branch: gh-pages
# folder: docs/.vitepress/dist
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e1f8ed9

Please sign in to comment.