You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/12/20 13:19:56 UTC

[avro] branch avro-3686-asf.yaml-docs updated (79131af58 -> 95c0d4230)

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

mgrigorov pushed a change to branch avro-3686-asf.yaml-docs
in repository https://gitbox.apache.org/repos/asf/avro.git


 discard 79131af58 AVRO-3686: Deploy docs from master to https://avro.apache.org/next
     new 95c0d4230 AVRO-3686: Deploy docs from master to https://avro.apache.org/next

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (79131af58)
            \
             N -- N -- N   refs/heads/avro-3686-asf.yaml-docs (95c0d4230)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 .github/workflows/docs.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[avro] 01/01: AVRO-3686: Deploy docs from master to https://avro.apache.org/next

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

mgrigorov pushed a commit to branch avro-3686-asf.yaml-docs
in repository https://gitbox.apache.org/repos/asf/avro.git

commit 95c0d4230c5343f87c2d5eb41522ab19e25a313a
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Tue Dec 20 14:57:55 2022 +0200

    AVRO-3686: Deploy docs from master to https://avro.apache.org/next
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
---
 .asf.yaml                   | 6 ++----
 .github/workflows/docs.yaml | 2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 4354d9eda..8580b6ab8 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -49,8 +49,6 @@ notifications:
   pullrequests_comment: issues@avro.apache.org
   jira_options: link label worklog
 
-staging:
-  whoami: site-staging
-
 publish:
-  whoami: site-production
+  whoami: site-staging
+  subdir: next
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index b2c98391b..2813eb6ef 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -78,7 +78,7 @@ jobs:
         run: |
           set -x
           cd doc
-          hugo --minify --destination ../website
+          hugo --minify --destination ../website --baseURL https://avro.apache.org/next/
 
       # TODO build the C/C++/C# docs