Remove no longer needed sub-directory.

This commit is contained in:
Michael Lipp 2025-03-03 10:16:05 +01:00
parent c004265f5e
commit cc78c38efe
23 changed files with 15 additions and 24 deletions

View file

@ -60,9 +60,9 @@ jobs:
- name: Build apidocs
run: ./gradlew apidocs
- name: Copy javadoc
run: cp -a build/javadoc webpages/_site/vm-operator/
run: cp -a build/javadoc webpages/_site/
- name: Index pagefind
run: cd webpages && npx pagefind --source "_site/vm-operator"
run: cd webpages && npx pagefind --source "_site"
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3