Skip to content

Commit

Permalink
Docs are compiling. Now fiddling with directories
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-brm committed Nov 24, 2023
1 parent a28d16f commit 2992188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
run: mvn install -DskipTests

- name: Compile Documentation
run: cd vertx-lang-scala && sbt doc
run: cd vertx-lang-scala && sbt doc && cd ..

- name: Upload GitHub Pages artifact
uses: actions/[email protected]
with:
path: vertx-lang-scala/target/scala-3.1.1/api/
path: pwd && vertx-lang-scala/target/scala-3.1.1/api/

- name: Deploy GitHub Pages site
uses: actions/[email protected]
Expand Down

0 comments on commit 2992188

Please sign in to comment.