mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-24 22:03:54 +00:00
docs action
This commit is contained in:
15
.github/workflows/deploy-docs.yml
vendored
15
.github/workflows/deploy-docs.yml
vendored
@@ -1,13 +1,14 @@
|
|||||||
# Workflow to build and deploy site to Vercel using Hugo
|
name: deploy-docs
|
||||||
|
|
||||||
# Name of Workflow
|
|
||||||
name: deploy-production
|
|
||||||
|
|
||||||
# Controls when the action will run. Triggers the workflow on push
|
|
||||||
# events but only for the vercel branch
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches: [docs]
|
paths:
|
||||||
|
- 'docSite/**'
|
||||||
|
branches:
|
||||||
|
- 'main'
|
||||||
|
tags:
|
||||||
|
- 'v*.*.*'
|
||||||
|
|
||||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||||
jobs:
|
jobs:
|
||||||
|
Reference in New Issue
Block a user