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 b6156082612b2622a9f04bc6971ce1156019b802
Author: Bertty Contreras-Rojas <[email protected]>
AuthorDate: Sun Feb 14 12:15:47 2021 -0300

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

diff --git a/.github/workflows/html_publication.yml 
b/.github/workflows/html_publication.yml
index 16e9948..ef17f9d 100644
--- a/.github/workflows/html_publication.yml
+++ b/.github/workflows/html_publication.yml
@@ -6,11 +6,12 @@ on:
 jobs:
   jekyll:
     runs-on: ubuntu-16.04
+    env:
+       URL: ${{ secrets.URL }}
+       BASE_URL: ${{ secrets.BASE_URL }}
     steps:
       - uses: actions/checkout@v2
-      - env:
-          URL: ${{ secrets.URL }}
-          BASE_URL: ${{ secrets.BASE_URL }}
+
 
       - name: update_url
         run : |

Reply via email to