Skip to content

Commit

Permalink
ci: deploy on main
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon committed May 19, 2024
1 parent ed6042d commit 31ead3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
yarn run build
- name: Deploy
uses: JamesIves/[email protected]
if: github.ref == 'refs/heads/main'
with:
branch: gh-pages
folder: docs/.vuepress/dist
Expand Down

0 comments on commit 31ead3e

Please sign in to comment.