From ff65f0c7808423ccbca9594374d4cab271b5f1d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Mon, 1 Apr 2024 15:23:20 +0200 Subject: [PATCH] ci: use make.sh --- .github/workflows/deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0a9b600..bec98e2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,6 +20,12 @@ jobs: steps: - name: Checkout your repository using git uses: actions/checkout@v4 + with: + submodules: "recursive" + - name: Make writeups + run: | + rm -rf src/content/writeups/* + ./make.sh - name: Install, build, and upload your site uses: withastro/action@v2 with: