Skip to content

Commit

Permalink
DIST_DIR base on BASE_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Aug 9, 2024
1 parent bf3d25f commit 5adda21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
docker run --rm --init \
-v "$MDX":/app/docs \
-e BASE_PATH \
-e DIST_DIR=docs/out \
-e DIST_DIR="$MDX/out$BASE_PATH" \
-e MDX \
-e NEXT_PUBLIC_LIBNAME \
ghcr.io/pmndrs/docs:app-router yarn build
Expand All @@ -43,4 +43,4 @@ jobs:

- uses: actions/upload-pages-artifact@v3
with:
path: ${{ inputs.mdx }}/out
path: ${{ inputs.mdx }}/out${{ steps.configurepages.outputs.base_path }}

0 comments on commit 5adda21

Please sign in to comment.