Skip to content

Commit

Permalink
Debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
jneug committed Jun 28, 2024
1 parent cb94bf1 commit bf92541
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ jobs:
. schule-typst/scripts/setup
echo "SCHULE_NAME=${PKG_PREFIX}" >> "${GITHUB_ENV}"
echo "SCHULE_VERSION=${VERSION}" >> "${GITHUB_ENV}"
mkdir -p "${XDG_DATA_HOME:-$HOME/.local/share}/typst/packages/local/$SCHULE_NAME"
mv schule-typst "${XDG_DATA_HOME:-$HOME/.local/share}/typst/packages/local/$SCHULE_NAME/$SCHULE_VERSION"
TYPST_LOCAL="${XDG_DATA_HOME:-$HOME/.local/share}/typst/packages/local"
echo "installing schule-typst to $TYPST_LOCAL"
mkdir -p "$TYPST_LOCAL/$SCHULE_NAME"
mv schule-typst "$TYPST_LOCAL/$SCHULE_NAME/$SCHULE_VERSION"
- name: Compile PDF files
if: ${{ steps.filter.outputs.typst == 'true' }}
Expand Down

0 comments on commit bf92541

Please sign in to comment.