Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 9505fd3

Browse files
committed
Add replace images flag
1 parent fcc0f9a commit 9505fd3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/push-and-package.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
set -e
3939
# Push images and package
4040
yarn install
41-
build/vscdc push --page ${{ matrix.page }} \
41+
build/vscdc push --replace-images \
42+
--page ${{ matrix.page }} \
4243
--pageTotal ${{ matrix.page-total }} \
4344
--release ${{ steps.get_tag_name.outputs.tag }} \
4445
--github-repo ${{ github.repository }} \

.github/workflows/push-dev.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
if [ "$GIT_BRANCH" == "" ]; then
4141
GIT_BRANCH=master
4242
fi
43-
build/vscdc push --page ${{ matrix.page }} \
43+
build/vscdc push --replace-images \
44+
--page ${{ matrix.page }} \
4445
--pageTotal ${{ matrix.page-total }} \
4546
--release $GIT_BRANCH \
4647
--github-repo ${{ github.repository }} \

0 commit comments

Comments
 (0)