Skip to content

Commit

Permalink
displicandum-gh-pages-gh-actions (#8): debug, rm .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
fititnt committed May 12, 2021
1 parent cb7d0f3 commit 4cdcd96
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/05-deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4cdcd96

Please sign in to comment.