Skip to content

Commit 21a3e30

Browse files
committed
ci: antora forces git fetch
1 parent b3e522e commit 21a3e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ jobs:
635635
GH_TOKEN="${{ secrets.GITHUB_TOKEN }}"
636636
export GH_TOKEN
637637
npm ci
638-
npx antora antora-playbook.yml
638+
npx antora --clean --fetch antora-playbook.yml
639639
mkdir -p ../build/website/docs
640640
cp -r build/site/* ../build/website/docs
641641

0 commit comments

Comments
 (0)