chore(ci): push all documents to Pages with tags

This commit is contained in:
Hintay 2024-10-23 19:04:38 +09:00
parent 69bb8d69c1
commit a66b7dbc05
No known key found for this signature in database
GPG key ID: 120FC7FF121F2F2D

View file

@ -3,8 +3,7 @@ name: Build Documents
on:
push:
branches:
- 'dev'
- 'main'
- '*'
paths:
- "docs/**/*.js"
- "docs/**/*.ts"
@ -59,4 +58,4 @@ jobs:
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
command: pages deploy "docs/.vitepress/dist/" --branch=main --commit-dirty=true --project-name=nginxui
command: pages deploy "docs/.vitepress/dist/" --commit-dirty=true --project-name=nginxui