Skip to content

Commit

Permalink
👷 ci: check build on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Aug 25, 2023
1 parent d6b3b9d commit e436df2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/vitepress-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: VitePress Deploy
on:
push:
branches: [main]
pull_request:
merge_group:
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -42,6 +44,7 @@ jobs:

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with:
personal_token: ${{ secrets.PERSONAL_TOKEN }}
publish_dir: docs/.vitepress/dist
Expand Down

0 comments on commit e436df2

Please sign in to comment.