This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-r2dbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 39e3470  another issue in 1.0 doc publish (#68)
39e3470 is described below

commit 39e34700b44f80cb6b9e9903df2eacd19a916d6a
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Nov 4 22:53:14 2023 +0100

    another issue in 1.0 doc publish (#68)
---
 .github/workflows/publish-1.0-docs.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/publish-1.0-docs.yml 
b/.github/workflows/publish-1.0-docs.yml
index d9434f1..9b77ee0 100644
--- a/.github/workflows/publish-1.0-docs.yml
+++ b/.github/workflows/publish-1.0-docs.yml
@@ -40,9 +40,9 @@ jobs:
           cp -r docs/target/paradox/site/main/ 
target/nightly-docs/docs/pekko-persistence-r2dbc/1.0.0/docs
           cp -r docs/target/paradox/site/main/ 
target/nightly-docs/docs/pekko-persistence-r2dbc/1.0/docs
           rm -r docs/target/paradox/site/main/
-          cp -r target/scala-2.13/unidoc 
target/nightly-docs/docs/pekko-persistence-r2dbc/1.0.0/api
-          cp -r target/scala-2.13/unidoc 
target/nightly-docs/docs/pekko-persistence-r2dbc/1.0/api
-          rm -r target/scala-2.13/unidoc
+          cp -r docs/target/scala-2.13/unidoc 
target/nightly-docs/docs/pekko-persistence-r2dbc/1.0.0/api
+          cp -r docs/target/scala-2.13/unidoc 
target/nightly-docs/docs/pekko-persistence-r2dbc/1.0/api
+          rm -r docs/target/scala-2.13/unidoc
 
       - name: Upload 1.0.x docs
         uses: ./.github/actions/sync-nightlies


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to