Skip to content

Commit

Permalink
another issue in 1.0 doc publish (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Nov 4, 2023
1 parent 061ac38 commit 39e3470
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-1.0-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39e3470

Please sign in to comment.