From 5642452782f463135c84f14ba0e4368f62762ace Mon Sep 17 00:00:00 2001 From: Pierre Moulon Date: Mon, 12 Aug 2024 12:10:24 -0700 Subject: [PATCH] test docusaurus CI --- .github/workflows/publish-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-website.yml b/.github/workflows/publish-website.yml index cff1f0e0..278d9119 100644 --- a/.github/workflows/publish-website.yml +++ b/.github/workflows/publish-website.yml @@ -27,8 +27,8 @@ jobs: run: sudo apt-get install doxygen - name: Build the Website + working-directory: website run: | - cd website yarn install --frozen-lockfile yarn run build