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:55:59 UTC

[incubator-opendal] branch use-gh-pages-instead created (now b172cfec)

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

xuanwo pushed a change to branch use-gh-pages-instead
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


      at b172cfec ci: Use gh-pages instead

This branch includes the following new commits:

     new b172cfec ci: Use gh-pages instead

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-opendal] 01/01: ci: Use gh-pages instead

Posted by xu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b172cfece49b6076309dbc70c2e0ca9cd14c6d2b
Author: Xuanwo <gi...@xuanwo.io>
AuthorDate: Wed Mar 15 20:55:45 2023 +0800

    ci: Use gh-pages instead
    
    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