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: