From 530df14fd1a22c68d8f21903af2c03cedfef9506 Mon Sep 17 00:00:00 2001 From: caribouW3 Date: Tue, 19 Sep 2023 15:15:38 +0200 Subject: [PATCH] Update buildcheck.yml --- .github/workflows/buildcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildcheck.yml b/.github/workflows/buildcheck.yml index 98d1d0c3..d638be15 100644 --- a/.github/workflows/buildcheck.yml +++ b/.github/workflows/buildcheck.yml @@ -21,7 +21,7 @@ jobs: - name: Make docs run: | - hugo -s ./tutorial + hugo -s ./tutorial -d ./docs - name: Deploy docs # Only deploy docs if this was a push to master