diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7c93766..900a101 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -15,7 +15,7 @@ on: env: GH_BOT_EMAIL: "41898282+github-actions[bot]@users.noreply.github.com" GH_BOT_NAME: "GitHub Action" - PANDOCK: ebullient/pandoc-emoji:3.1 + PANDOCK: ghcr.io/commonhaus/pandoc-pdf:3.1 permissions: contents: read @@ -46,22 +46,6 @@ jobs: with: fetch-depth: 0 - - run: mkdir -p ~/image-cache - - - id: image-cache - uses: actions/cache@v4.1.0 - with: - path: ~/image-cache - key: image-cache-${{ runner.os }} - - - if: steps.image-cache.outputs.cache-hit != 'true' - run: | - docker pull ${PANDOCK} - docker save -o ~/image-cache/pandock.tar alpine - - - if: steps.image-cache.outputs.cache-hit == 'true' - run: docker load -i ~/image-cache/pandock.tar - - name: convert md to pdf env: GIT_COMMIT: ${{ github.sha }}