From 4b545579f1a9e29356b75aa62173a21a62bd66e6 Mon Sep 17 00:00:00 2001 From: Vitalii Makarchenkov Date: Thu, 18 May 2023 14:53:17 +0300 Subject: [PATCH] Fix incorrect path --- .github/workflows/release-published.yml | 4 ++-- src/main/resources/www.liquibase.org/xml/ns/mongodb/index.htm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index 2c63c56a..48ccd3cb 100644 --- a/.github/workflows/release-published.yml +++ b/.github/workflows/release-published.yml @@ -63,11 +63,11 @@ jobs: search_dir=liquibase-mongodb/src/main/resources/www.liquibase.org/xml/ns/mongodb filenames=`ls -1 $search_dir` mkdir index-file - cp liquibase-mongodb/src/main/resources/www.liquibase.org/xml/ns/mongodb/index.htm index-file/ + cp $search_dir/index.htm index-file/ for entry in $filenames do if [[ "$entry" != "liquibase-mongodb-latest.xsd" ]] && [[ "$entry" != "index.htm" ]] ;then sed -ie "s/<\/ul>/
  • ${entry}<\/a><\/li>\n<\/ul>/" index-file/index.htm fi done - aws s3 sync index-file s3://liquibaseorg-origin/xml/ns/liquibase-mongodb/ --only-show-errors \ No newline at end of file + aws s3 sync index-file s3://liquibaseorg-origin/xml/ns/mongodb/ --only-show-errors \ No newline at end of file diff --git a/src/main/resources/www.liquibase.org/xml/ns/mongodb/index.htm b/src/main/resources/www.liquibase.org/xml/ns/mongodb/index.htm index e94b496f..f96a70a9 100644 --- a/src/main/resources/www.liquibase.org/xml/ns/mongodb/index.htm +++ b/src/main/resources/www.liquibase.org/xml/ns/mongodb/index.htm @@ -35,6 +35,6 @@

    Liquibase Mongo extension XML Schema Definitions

    These XSD files are embedded into the Liquibase Mongo extension jar file, and don’t normally need to be downloaded from this site, but these are here for easier reference.

    \ No newline at end of file