Skip to content

Commit f606fba

Browse files
committed
update
1 parent 5379b90 commit f606fba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/blossom-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,10 @@ jobs:
114114
name: github-pages
115115
url: ${{ steps.deployment.outputs.page_url }}
116116
runs-on: ubuntu-latest
117+
with:
118+
docs_image: ${{ secrets.DOCS_IMAGE }}
117119
container:
118-
image: ${{ secrets.DOCS_IMAGE }}
120+
image: ${{ inputs.docs_image }}
119121
credentials:
120122
username: ${{ secrets.DOCS_TOKEN_NAME }}
121123
password: ${{ secrets.DOCS_TOKEN }}

0 commit comments

Comments
 (0)