This is an automated email from the ASF dual-hosted git repository. mbo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git
commit 7b030d79f143d78587b575e8827c3bd766c8f389 Author: Tobias Bouschen <tobias.bousc...@googlemail.com> AuthorDate: Wed Jul 22 22:17:56 2020 +0200 Fix output directory of auto deploy action --- .github/workflows/deploy-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index 8d1ee0e..03a47ef 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -40,7 +40,7 @@ jobs: # Copies the build artifacts to 'docs/' - name: Deploy Site if: success() - run: cp -r target/site* docs/ + run: cp -r target/site/* docs/ # Commits any changes to the 'docs/' directory using the credentials of the commit that triggered the action # Uses the GitHub action https://github.com/marketplace/actions/add-commit