Skip to content

Commit

Permalink
can not dynamically reference image
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Nov 14, 2024
1 parent 0031785 commit 193819e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,16 @@ jobs:
name: github-pages
url: ${{steps.deployment.outputs.page_url}}
steps:
- id: repo-basename
run: 'echo "value=`basename ${{ github.repository }}`" >> $GITHUB_OUTPUT'
- uses: actions/checkout@v4
- name: Setup Pages
id: pages
uses: actions/[email protected]
- name: Build documentation
uses: Mpdreamz/docset-builder@main
with:
prefix: 'docset-builder'
prefix: '${{ steps.repo-basename.outputs.value }}'
- name: Upload artifact
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ inputs:

runs:
using: 'docker'
image: "docker://ghcr.io/${{ github.repository }}:edge"
image: "docker://ghcr.io/Mpdreamz/docset-builder:edge"

0 comments on commit 193819e

Please sign in to comment.