Skip to content

Commit

Permalink
-inline_images_baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Aug 14, 2024
1 parent fd43b89 commit 9be3e2d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
libname:
required: true
type: string
inline_images_baseurl:
required: false
type: string
default: 'https://github.com/${{ github.repository }}/raw/${{ github.ref_name }}'
home_redirect:
required: true
type: string
Expand Down Expand Up @@ -46,7 +42,7 @@ jobs:
MDX: ${{ inputs.mdx }}
NEXT_PUBLIC_LIBNAME: ${{ inputs.libname }}
HOME_REDIRECT: ${{ inputs.home_redirect }}
INLINE_IMAGES_BASEURL: ${{ inputs.inline_images_baseurl }}/${{ inputs.mdx }}
INLINE_IMAGES_BASEURL: 'https://github.com/${{ github.repository }}/raw/${{ github.ref_name }}/${{ inputs.mdx }}'
EDIT_BASEURL: 'https://github.com/${{ github.repository }}/edit/${{ github.ref_name }}/${{ inputs.mdx }}'
NEXT_PUBLIC_URL: ${{ steps.configurepages.outputs.base_url }}
Expand Down

0 comments on commit 9be3e2d

Please sign in to comment.