Skip to content

Commit

Permalink
chore(docs): fix build for pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Umaaz committed May 29, 2023
1 parent 40c860c commit ebc9445
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
path: _site

build-mvn-site:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -51,6 +52,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: Mk docs
path: _site
- name: Include site
run: mv build/java/target/site ./_site/mvn
- name: Upload artifact
Expand Down

0 comments on commit ebc9445

Please sign in to comment.