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

Commit

Permalink
Add replace images flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Feb 25, 2020
1 parent fcc0f9a commit 9505fd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/push-and-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
set -e
# Push images and package
yarn install
build/vscdc push --page ${{ matrix.page }} \
build/vscdc push --replace-images \
--page ${{ matrix.page }} \
--pageTotal ${{ matrix.page-total }} \
--release ${{ steps.get_tag_name.outputs.tag }} \
--github-repo ${{ github.repository }} \
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/push-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
if [ "$GIT_BRANCH" == "" ]; then
GIT_BRANCH=master
fi
build/vscdc push --page ${{ matrix.page }} \
build/vscdc push --replace-images \
--page ${{ matrix.page }} \
--pageTotal ${{ matrix.page-total }} \
--release $GIT_BRANCH \
--github-repo ${{ github.repository }} \
Expand Down

0 comments on commit 9505fd3

Please sign in to comment.