Skip to content

Commit

Permalink
NEXT_PUBLIC_LIBNAME fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Aug 9, 2024
1 parent c91f85d commit fc0e660
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
-e BASE_PATH \
-e DIST_DIR=docs/out \
-e MDX \
-e NEXT_PUBLIC_NAME \
-e NEXT_PUBLIC_LIBNAME \
ghcr.io/pmndrs/docs:app-router yarn build
env:
BASE_PATH: ${{ steps.configurepages.outputs.base_path }}
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ $ docker build -t pmndrs-docs .
```sh
$ export BASE_PATH=/foo; \
export MDX=./docs; \
export NEXT_PUBLIC_NAME="pmndrs"; \
export NEXT_PUBLIC_LIBNAME="pmndrs"; \
\
rm -rf "$MDX/out" && docker run --rm --init -it \
-v "$MDX":/app/docs \
-e BASE_PATH \
-e DIST_DIR=docs/out \
-e MDX \
-e NEXT_PUBLIC_NAME \
-e NEXT_PUBLIC_LIBNAME \
pmndrs-docs yarn build
```

0 comments on commit fc0e660

Please sign in to comment.