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 59c807d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish_log4brains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
npm install -g log4brains
log4brains build \
--basePath "/${GITHUB_REPOSITORY#*/}/adl" \
--out "${BUILD_DIR}/adl"
touch "${BUILD_DIR}/.nojekyll"
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: ${{ env.BUILD_DIR }}
--out "${BUILD_DIR}/adl" && \
touch "${BUILD_DIR}/.nojekyll" || true
# - name: Deploy
# uses: JamesIves/github-pages-deploy-action@4.1.0
# with:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# BRANCH: gh-pages
# FOLDER: ${{ env.BUILD_DIR }}

0 comments on commit 59c807d

Please sign in to comment.