Skip to content

Commit

Permalink
Remove leading slash from subdirectory (#3928)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottybollinger authored May 24, 2024
1 parent 19faeb8 commit 1072fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/co-docs-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if: contains(github.event.pull_request.labels.*.name, 'ci:doc-build')
uses: elastic/workflows/.github/workflows/docs-elastic-co-publish.yml@main
with:
subdirectory: '/docs/en/serverless/'
subdirectory: 'docs/en/serverless/'
secrets:
VERCEL_GITHUB_TOKEN: ${{ secrets.VERCEL_GITHUB_TOKEN_PUBLIC }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN_PUBLIC }}
Expand Down

0 comments on commit 1072fb5

Please sign in to comment.