This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git
commit 05b8a198c5e6871edf142605df52b6f869bdef80 Author: PJ Fanning <[email protected]> AuthorDate: Mon Aug 21 10:22:46 2023 +0100 fix issue in publish-1.0-docs.yml --- .github/workflows/publish-1.0-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-1.0-docs.yml b/.github/workflows/publish-1.0-docs.yml index cc52e1dd7..583304679 100644 --- a/.github/workflows/publish-1.0-docs.yml +++ b/.github/workflows/publish-1.0-docs.yml @@ -26,7 +26,7 @@ jobs: - name: Build Documentation run: |- - sbt "set ThisBuild / version := \"1.0.0\"; docs/paradox unidoc" + sbt "set ThisBuild / version := \"1.0.0\"; docs/paradox; unidoc" # Create directory structure upfront since rsync does not create intermediate directories otherwise - name: Create directory structure --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
