Skip to content

Commit

Permalink
ci: add v2.5 site
Browse files Browse the repository at this point in the history
  • Loading branch information
XPoet committed Jan 19, 2024
1 parent 19a093e commit 801b52c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: deploy

on:
push:
branches: [master]
branches:
- v2.5

jobs:
deploy:
Expand All @@ -26,6 +27,8 @@ jobs:
with:
publish_dir: ./dist
github_token: ${{ secrets.GH_PAGES_DEPLOY }}
external_repository: picx-apps/picx-v2.5
publish_branch: gh-pages
user_name: ${{ secrets.MY_USER_NAME }}
user_email: ${{ secrets.MY_USER_EMAIL }}
commit_message: Update PicX
commit_message: PicX v2.5
2 changes: 1 addition & 1 deletion public/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
picx.xpoet.cn
2-5.picx.xpoet.cn

0 comments on commit 801b52c

Please sign in to comment.