From 4cdcd968b3ff3844cbdc0602283005e7e9ddbd61 Mon Sep 17 00:00:00 2001 From: Emerson Rocha Date: Wed, 12 May 2021 15:23:52 -0300 Subject: [PATCH] displicandum-gh-pages-gh-actions (#8): debug, rm .gitignore --- .github/workflows/05-deploy-github-pages.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/05-deploy-github-pages.yml b/.github/workflows/05-deploy-github-pages.yml index 5b79a55..91c8149 100644 --- a/.github/workflows/05-deploy-github-pages.yml +++ b/.github/workflows/05-deploy-github-pages.yml @@ -40,14 +40,20 @@ jobs: run: bash ./systema/programma/openapi-exportandum.sh - name: "Steps before Jekyll: CNAME" - run: | - echo "hapi.etica.ai" > ./CNAME + run: echo "hapi.etica.ai" > ./CNAME + + # On the GitHub deploy, we explicity want it publish generated assets + - name: "Steps before Jekyll: rm .gitignore" + run: rm .gitignore - name: "DEBUG: sudo apt install tree" run: sudo apt install tree - - name: "DEBUG: tree" - run: tree + - name: "DEBUG: pwd" + run: pwd + + - name: "DEBUG: tree -a" + run: tree -a # run: make ci - name: Deploy to HXL-CPLP/hapi.etica.ai