Skip to content

Commit 2cd2cf8

Browse files
authored
fix: docs build (#1916)
1 parent 370bf6b commit 2cd2cf8

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ on:
1010
schedule:
1111
# Run everyday at 9:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
1212
- cron: '0 5 * * *'
13+
workflow_dispatch:
14+
inputs:
15+
branch:
16+
description: 'Specify the branch name'
17+
required: true
18+
default: 'master'
1319

1420
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1521
jobs:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ scripts/yarn.lock
4444
/doc/docs/*
4545
/doc/docs-apisix*/**
4646
/doc/docs-apisix*.json
47+
!/doc/docs/apisix-dashboard
4748

4849
/doc/i18n/zh/docusaurus-plugin-content-docs-docs-*/**
4950
scripts/temp/**
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"docs": []
3+
}

0 commit comments

Comments
 (0)