From aa07eeff48161859c378de748952d8c1132788f4 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sun, 25 Feb 2024 15:42:37 +0100 Subject: [PATCH] workflows: checkout recursively to include TinyTeX in the release in publish.yaml --- .github/workflows/publish.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index c6ed193..fa41c26 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -21,6 +21,9 @@ jobs: steps: - uses: actions/checkout@v4 + with: + submodules: recursive + - name: Set up Python 3.12 uses: actions/setup-python@v4 with: