Skip to content

Commit

Permalink
REmoved condition for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jneug authored Jun 28, 2024
1 parent bf92541 commit 9cf359d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ jobs:
typst-version: latest

- name: Checkout schule package
if: ${{ steps.filter.outputs.typst == 'true' }}
#if: ${{ steps.filter.outputs.typst == 'true' }}
uses: actions/checkout@v4
with:
repository: jneug/schule-typst
# token: ${{ secrets.REGISTRY_TOKEN }}
path: schule-typst

- name: Install schule package to local package repository
if: ${{ steps.filter.outputs.typst == 'true' }}
#if: ${{ steps.filter.outputs.typst == 'true' }}
run: |
. schule-typst/scripts/setup
echo "SCHULE_NAME=${PKG_PREFIX}" >> "${GITHUB_ENV}"
Expand Down

0 comments on commit 9cf359d

Please sign in to comment.