From 68aaec58ad345e304dee92a060dec6dd6a8ca991 Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Sun, 2 Jul 2023 17:08:58 +0200 Subject: [PATCH] Reinstate submodule because glacambre told me to --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 558a8346..d0116b92 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v3 with: repository: 'tridactyl/site' - # submodules: 'recursive' # we shouldn't need this, public should be generated each time + submodules: 'recursive' # we shouldn't need this, public should be generated each time path: 'site' - name: Build run: |