Skip to content

Commit

Permalink
💚 Temporarily disable log4brains until fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoZosa committed Mar 31, 2021
1 parent 026d915 commit 12dab5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_log4brains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
npm install -g log4brains
log4brains build \
--basePath "/${GITHUB_REPOSITORY#*/}/adl" \
--out "${BUILD_DIR}/adl"
touch "${BUILD_DIR}/.nojekyll"
--out "${BUILD_DIR}/adl" && \
touch "${BUILD_DIR}/.nojekyll" || true
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.0
with:
Expand Down

0 comments on commit 12dab5d

Please sign in to comment.