From b6f4381236838810eb5c63a1320db585b45423b9 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Fri, 8 Sep 2023 14:04:50 +0200 Subject: [PATCH] Fixed branch --- .github/workflows/deploy-docs.yml | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 2e20c341..27576775 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -44,7 +44,7 @@ jobs: docs-host: ${{ secrets.DOCS_HOST }} docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }} docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }} - site-path: docs/target/antora/site + site-path: target/antora/site - name: Bust Cloudflare Cache uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.11 with: diff --git a/.gitignore b/.gitignore index abc7d179..52aa4071 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ node_modules node/ package-lock.json package.json +.flattened-pom.xml \ No newline at end of file