This is an automated email from the ASF dual-hosted git repository.
young pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new 2cd2cf8b95a fix: docs build (#1916)
2cd2cf8b95a is described below
commit 2cd2cf8b95ad89258d2e0f1515d2783c74c6d67d
Author: YYYoung <[email protected]>
AuthorDate: Sat May 17 23:03:14 2025 +0800
fix: docs build (#1916)
---
.github/workflows/deploy.yml | 6 ++++++
.gitignore | 1 +
doc/docs/apisix-dashboard/sidebars.json | 3 +++
3 files changed, 10 insertions(+)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index b216ea6710c..2cb5edb2f50 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -10,6 +10,12 @@ on:
schedule:
# Run everyday at 9:00 AM (See
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
- cron: '0 5 * * *'
+ workflow_dispatch:
+ inputs:
+ branch:
+ description: 'Specify the branch name'
+ required: true
+ default: 'master'
# A workflow run is made up of one or more jobs that can run sequentially or
in parallel
jobs:
diff --git a/.gitignore b/.gitignore
index 2e5edef1702..96b1dc01547 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,6 +44,7 @@ scripts/yarn.lock
/doc/docs/*
/doc/docs-apisix*/**
/doc/docs-apisix*.json
+!/doc/docs/apisix-dashboard
/doc/i18n/zh/docusaurus-plugin-content-docs-docs-*/**
scripts/temp/**
diff --git a/doc/docs/apisix-dashboard/sidebars.json
b/doc/docs/apisix-dashboard/sidebars.json
new file mode 100644
index 00000000000..6f9406d463f
--- /dev/null
+++ b/doc/docs/apisix-dashboard/sidebars.json
@@ -0,0 +1,3 @@
+{
+ "docs": []
+}