Skip to content

Commit

Permalink
fix: inline_images_origin
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Aug 11, 2024
1 parent 47204de commit ac6925e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
libname:
required: true
type: string
INLINE_IMAGES_ORIGIN:
inline_images_origin:
required: false
type: string
default: 'https://github.com/${{ github.repository }}/raw/${{ github.ref_name }}'
Expand All @@ -32,11 +32,13 @@ jobs:
-e MDX \
-e NEXT_PUBLIC_LIBNAME \
-e OUTPUT=export \
-e INLINE_IMAGES_ORIGIN \
ghcr.io/pmndrs/docs:app-router npm run build
env:
BASE_PATH: ${{ steps.configurepages.outputs.base_path }}
MDX: ${{ inputs.mdx }}
NEXT_PUBLIC_LIBNAME: ${{ inputs.libname }}
INLINE_IMAGES_ORIGIN: ${{ inputs.inline_images_origin }}
- run: ls -al ${{ inputs.mdx }}

Expand Down

0 comments on commit ac6925e

Please sign in to comment.