We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fabafe6 commit 4d94c52Copy full SHA for 4d94c52
.github/workflows/docs.yml
@@ -93,10 +93,10 @@ jobs:
93
94
- name: Build Documentation
95
run: |
96
- cd docs
97
- ./gradlew generateSite
98
- if [ ! -d "build/site" ] || [ -z "$(ls -A build/site)" ]; then
+ ./gradlew :docs:generateSite
+ if [ ! -d "docs/build/site" ] || [ -z "$(ls -A docs/build/site)" ]; then
99
echo "Site build failed or directory is empty. Falling back to direct Antora command."
+ cd docs
100
npm install
101
./node_modules/.bin/antora --fetch --stacktrace --log-format=pretty antora-playbook.yml --to-dir=build/site
102
fi
0 commit comments