diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1e4410ea..d58033de 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -47,7 +47,7 @@ jobs: - name: Upload GitHub Pages artifact uses: actions/upload-pages-artifact@v2 with: - path: vertx-lang-scala/target/scala-3.4.1/api/ + path: vertx-lang-scala/target/scala-3.4.2/api/ - name: Deploy to GitHub Pages id: deployment