Skip to content

Commit

Permalink
Pipeline (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-brm committed Nov 24, 2023
1 parent 3b0e004 commit 3e0d920
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,13 @@ jobs:
distribution: 'temurin'
cache: 'sbt'

- name: cd to vertx-lang-scala
run: cd vertx-lang-scala

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

- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v2.0.0
with:
path: $(find target -name "*scala-3*" -type d -print -quit)/api/
path: vertx-lang-scala/target/scala-3.1.1/api/

- name: Deploy GitHub Pages site
uses: actions/deploy-pages@v1.2.9
Expand Down

0 comments on commit 3e0d920

Please sign in to comment.