Skip to content

Commit fda0876

Browse files
authored
ci: fix Antora documentation (#1227)
1 parent 2009fa8 commit fda0876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request_secure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,11 +295,11 @@ jobs:
295295
env:
296296
GIT_CREDENTIALS: ${{ secrets.GIT_CREDENTIALS }}
297297
run: |
298-
299298
cd ${{ github.workspace }}/timefold-solver/
300299
export GURL="$(git remote get-url origin)"
301300
cd -
302301
yq -i e 'del(.content.sources)' apps/docs/antora-playbook.yml
302+
yq -i e 'del(.site.keys)' apps/docs/antora-playbook.yml
303303
yq -i e '.content.sources += [{"url": env(GURL), "branches": env(BRANCH_NAME), "start_path": "docs/src"}]' apps/docs/antora-playbook.yml
304304
npm ci
305305
npm run build -- --filter docs

0 commit comments

Comments
 (0)