mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
chore(ci): push all documents to Pages with tags
This commit is contained in:
parent
69bb8d69c1
commit
a66b7dbc05
1 changed files with 2 additions and 3 deletions
5
.github/workflows/documents.yml
vendored
5
.github/workflows/documents.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue