From 6d674e736d02b02946cbb45b3ca226c3721e798f Mon Sep 17 00:00:00 2001 From: Fred Date: Tue, 26 Nov 2024 14:18:00 -0300 Subject: [PATCH] fix: doc ci --- .github/workflows/pull_request_secure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_secure.yml b/.github/workflows/pull_request_secure.yml index 19373a181e..942b666837 100644 --- a/.github/workflows/pull_request_secure.yml +++ b/.github/workflows/pull_request_secure.yml @@ -295,11 +295,11 @@ jobs: env: GIT_CREDENTIALS: ${{ secrets.GIT_CREDENTIALS }} run: | - cd ${{ github.workspace }}/timefold-solver/ export GURL="$(git remote get-url origin)" cd - yq -i e 'del(.content.sources)' apps/docs/antora-playbook.yml + yq -i e 'del(.site.keys)' apps/docs/antora-playbook.yml yq -i e '.content.sources += [{"url": env(GURL), "branches": env(BRANCH_NAME), "start_path": "docs/src"}]' apps/docs/antora-playbook.yml npm ci npm run build -- --filter docs