Skip to content

Commit

Permalink
Updated folder name in docs-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Sep 14, 2023
1 parent 58a8900 commit f3fdb62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
context-root: context-propagation
context-root: tracing
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}
cloudflare-cache-token: ${{ secrets.CLOUDFLARE_CACHE_TOKEN }}

0 comments on commit f3fdb62

Please sign in to comment.