mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 02:45:49 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'dev'
|
- '*'
|
||||||
- 'main'
|
|
||||||
paths:
|
paths:
|
||||||
- "docs/**/*.js"
|
- "docs/**/*.js"
|
||||||
- "docs/**/*.ts"
|
- "docs/**/*.ts"
|
||||||
|
@ -59,4 +58,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
apiToken: ${{ secrets.CF_API_TOKEN }}
|
apiToken: ${{ secrets.CF_API_TOKEN }}
|
||||||
accountId: ${{ secrets.CF_ACCOUNT_ID }}
|
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