Merge pull request #172 from langflow-ai/manual-deploy
docs: Allow manually deploying to GitHub pages
This commit is contained in:
commit
c0daa2615b
1 changed files with 1 additions and 2 deletions
3
.github/workflows/deploy-gh-pages.yml
vendored
3
.github/workflows/deploy-gh-pages.yml
vendored
|
|
@ -6,8 +6,7 @@ on:
|
|||
- main
|
||||
paths:
|
||||
- 'docs/**'
|
||||
# Review gh actions docs if you want to further define triggers, paths, etc
|
||||
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue