You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wayang.apache.org by be...@apache.org on 2021/02/15 06:09:05 UTC

[incubator-wayang-website] 11/29: correction changes

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

bertty pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git

commit 861ab1c6a11ed8759d8f8a4fc4baf00fb738d6f7
Author: Bertty Contreras-Rojas <be...@scalytics.io>
AuthorDate: Sun Feb 14 12:22:42 2021 -0300

    correction changes
---
 .github/workflows/html_publication.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/html_publication.yml b/.github/workflows/html_publication.yml
index acb24d7..b7b08e9 100644
--- a/.github/workflows/html_publication.yml
+++ b/.github/workflows/html_publication.yml
@@ -21,9 +21,11 @@ jobs:
           echo "${BASE_URL}"
           cat _config.yml
           echo "url: \"${URL}\"" > _config.yml.tmp
-          echo "baseurl: \"${BASE_URL}\"" > _config.yml.tmp
+          echo "baseurl: \"${BASE_URL}\"" >> _config.yml.tmp
           cat _config.yml | grep -v "url:" >> _config.yml.tmp
           mv _config.yml.tmp _config.yml
+          echo ""
+          echo ""
           cat _config.yml
 
       # Use GitHub Actions' cache to shorten build times and decrease load on servers