This is an automated email from the ASF dual-hosted git repository. jianbin pushed a commit to branch docusaurus in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git
The following commit(s) were added to refs/heads/docusaurus by this push: new 9dad39693e optimize: fix missing 404.html and robots.txt (#819) 9dad39693e is described below commit 9dad39693eac2c67c77484c0efa9ac2be9bc88c7 Author: jimin <sliev...@163.com> AuthorDate: Fri Jan 26 15:14:46 2024 +0800 optimize: fix missing 404.html and robots.txt (#819) --- .asf.yaml | 1 + .github/workflows/deploy-oss.yml | 2 +- .github/workflows/deploy.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 795a80ac36..b8e1feb19b 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -14,6 +14,7 @@ github: strict: true required_pull_request_reviews: dismiss_stale_reviews: false + required_approving_review_count: 0 develop: {} notifications: commits: notifications@seata.apache.org diff --git a/.github/workflows/deploy-oss.yml b/.github/workflows/deploy-oss.yml index ded4da5645..9b236c8a36 100644 --- a/.github/workflows/deploy-oss.yml +++ b/.github/workflows/deploy-oss.yml @@ -21,7 +21,7 @@ jobs: run: | npm install && npm run build mkdir deploy-dist && cp -R build/* deploy-dist/ - mv .htaccess *.txt deploy-dist/ + mv .htaccess .asf.yaml *.txt *.html deploy-dist/ - name: generate sitemap.xml and site.txt # The new generated sitemap for the index form, # in order to ensure consistency with the old version, diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cdecab1b9d..012731beca 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: node-version: 19.5.x - name: Build run: | - npm install && npm run build && mkdir -p deploy-dist && cp -R build/* deploy-dist/ && mv build .htaccess .asf.yaml deploy-dist/ + npm install && npm run build && mkdir -p deploy-dist && cp -R build/* deploy-dist/ && mv build .htaccess .asf.yaml *.txt *.html deploy-dist/ - name: generate sitemap.xml and site.txt # The new generated sitemap for the index form, --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org