You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opendal.apache.org by xu...@apache.org on 2023/03/15 12:56:17 UTC

[incubator-opendal] branch main updated: ci: Use gh-pages instead (#1623)

This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new 56b446c4 ci: Use gh-pages instead (#1623)
56b446c4 is described below

commit 56b446c484fef2c7406a9724580c071ecd469aec
Author: Xuanwo <gi...@xuanwo.io>
AuthorDate: Wed Mar 15 20:56:13 2023 +0800

    ci: Use gh-pages instead (#1623)
    
    Signed-off-by: Xuanwo <gi...@xuanwo.io>
---
 .asf.yml                   | 5 +++--
 .github/workflows/docs.yml | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.asf.yml b/.asf.yml
index 26d6fb93..07678dbe 100644
--- a/.asf.yml
+++ b/.asf.yml
@@ -1,2 +1,3 @@
-publish:
-  whoami:  gh-pages
+github:
+  ghp_branch:  gh-pages
+  ghp_path:    /
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index fa99c676..07c0746f 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -85,7 +85,7 @@ jobs:
         if: github.event_name == 'push' && github.ref_name == 'main'
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}
-          cname: opendal.databend.rs
+          cname: opendal.apache.org
           publish_dir: website/build
           publish_branch: gh-pages