From f3fdb6291007adcf0161cda4fdc91ea26c8ea604 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Thu, 14 Sep 2023 12:41:53 +0200 Subject: [PATCH] Updated folder name in docs-pages --- .github/workflows/deploy-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index d4891efe..04a8064b 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -42,11 +42,11 @@ jobs: with: token: ${{ secrets.DOCS_PAGES_TOKEN }} repository-name: micrometer-metrics/docs-pages - target-folder: context-propagation/reference + target-folder: tracing/reference folder: build/site # The folder the action should deploy. - name: Bust Clouflare Cache uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.11 with: - context-root: context-propagation + context-root: tracing cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }} cloudflare-cache-token: ${{ secrets.CLOUDFLARE_CACHE_TOKEN }}