Remove no longer needed sub-directory.
This commit is contained in:
parent
c004265f5e
commit
cc78c38efe
23 changed files with 15 additions and 24 deletions
4
.github/workflows/jekyll.yml
vendored
4
.github/workflows/jekyll.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue