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 106df0031da551254c6090160cdb6b908eda7506 Author: Bertty Contreras-Rojas <[email protected]> AuthorDate: Sun Feb 14 12:25:26 2021 -0300 correction changes --- .github/workflows/html_publication.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/html_publication.yml b/.github/workflows/html_publication.yml index b7b08e9..01e9920 100644 --- a/.github/workflows/html_publication.yml +++ b/.github/workflows/html_publication.yml @@ -17,16 +17,10 @@ jobs: run : | URL="${URL:='https://wayang.apache.org'}" # If variable not set or null, set it to default. BASE_URL="${BASE_URL:='/'}" # If variable not set or null, set it to default. - echo "${URL}" - echo "${BASE_URL}" - cat _config.yml echo "url: \"${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 - name: cache
