This is an automated email from the ASF dual-hosted git repository. klesh pushed a commit to branch revert-72-fix-ci in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
commit 6e9fd8fb0e50fc1f8ebcec978be991e3b039acbc Author: Klesh Wong <[email protected]> AuthorDate: Thu Jun 9 13:05:53 2022 +0800 Revert "fix: ci (#72)" This reverts commit 5a4d9d665a685d9fed32ae74ae8b9e029e13718a. --- .asf.yaml | 5 ----- .github/workflows/pr_ci.yaml | 4 +++- .../index.md" | 4 ++-- .../index.md" | 4 ++-- 4 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 17cd58e..22fcde9 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -28,11 +28,6 @@ github: squash: true merge: false rebase: true - protected_branches: - main: - required_status_checks: - contexts: - - Build workflow publish: whoami: asf-site diff --git a/.github/workflows/pr_ci.yaml b/.github/workflows/pr_ci.yaml index 76ef482..aa9645d 100644 --- a/.github/workflows/pr_ci.yaml +++ b/.github/workflows/pr_ci.yaml @@ -2,6 +2,8 @@ name: Build workflow on: pull_request: + branches: + - main jobs: build: @@ -17,5 +19,5 @@ jobs: node-version: 17.8.x - name: Build Docusaurus website run: | - npm install + npm install npm run build diff --git "a/blog/2022-06-06-Apache Devlake\344\273\243\347\240\201\345\272\223\345\257\274\350\247\210/index.md" "b/blog/2022-06-06-Apache Devlake\344\273\243\347\240\201\345\272\223\345\257\274\350\247\210/index.md" index 9050cdb..6613bbb 100644 --- "a/blog/2022-06-06-Apache Devlake\344\273\243\347\240\201\345\272\223\345\257\274\350\247\210/index.md" +++ "b/blog/2022-06-06-Apache Devlake\344\273\243\347\240\201\345\272\223\345\257\274\350\247\210/index.md" @@ -235,5 +235,5 @@ tags: [devlake, codebase] - Github地址:https://github.com/apache/incubator-devlake - 官网地址:https://devlake.apache.org/ - <a href="https://join.slack.com/t/devlake-io/shared_invite/zt-18uayb6ut-cHOjiYcBwERQ8VVPZ9cQQw" target="_blank">Slack</a>: 通过Slack联系 -- 微信联系: - +- 微信联系:<br> + \ No newline at end of file diff --git "a/i18n/zh/docusaurus-plugin-content-blog/2022-06-06-Apache Devlake\344\273\243\347\240\201\345\272\223\345\257\274\350\247\210/index.md" "b/i18n/zh/docusaurus-plugin-content-blog/2022-06-06-Apache Devlake\344\273\243\347\240\201\345\272\223\345\257\274\350\247\210/index.md" index 9050cdb..6613bbb 100644 --- "a/i18n/zh/docusaurus-plugin-content-blog/2022-06-06-Apache Devlake\344\273\243\347\240\201\345\272\223\345\257\274\350\247\210/index.md" +++ "b/i18n/zh/docusaurus-plugin-content-blog/2022-06-06-Apache Devlake\344\273\243\347\240\201\345\272\223\345\257\274\350\247\210/index.md" @@ -235,5 +235,5 @@ tags: [devlake, codebase] - Github地址:https://github.com/apache/incubator-devlake - 官网地址:https://devlake.apache.org/ - <a href="https://join.slack.com/t/devlake-io/shared_invite/zt-18uayb6ut-cHOjiYcBwERQ8VVPZ9cQQw" target="_blank">Slack</a>: 通过Slack联系 -- 微信联系: - +- 微信联系:<br> + \ No newline at end of file
