From 9a4848850181fafc64a3d923e11b12a4f459792e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Pedro=20Sousa?= Date: Thu, 26 Oct 2023 08:36:50 +0100 Subject: [PATCH] cant test the workflow if not on master, wtf --- .github/workflows/build-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 5afa4a2f42c..065ae060f1d 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -76,7 +76,7 @@ jobs: echo "::set-output name=version::$LATEST_STABLE" - name: Set stable version for docs - run: STABLE=${{ steps.get_version.outputs.version }} yarn setStable + run: cd docs && STABLE=${{ steps.get_version.outputs.version }} yarn setStable - name: Cut a new version run: cd docs && yarn docusaurus docs:version 0.17.0-test