From ce092fba339e4a8778a5853a8ddd55b23aa5baa2 Mon Sep 17 00:00:00 2001 From: BattleCh1cken Date: Wed, 8 May 2024 10:55:28 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2106e15..ad6f6c1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -31,8 +31,9 @@ jobs: - name: Build run: | - cd docs + cd docs/src typst compile reference.typ + cd .. mdbook build - name: Deploy to GitHub Pages