Skip to content

Commit

Permalink
install the zip cxommand
Browse files Browse the repository at this point in the history
  • Loading branch information
officialrajdeepsingh committed Feb 21, 2024
1 parent 22d1b2f commit 337296e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ jobs:
- run: pnpm add gscan
- name: check if zip avaiable or not
run: |
if which zip > /dev/null; then
echo "wget command exists."
else
echo "wget command does not exist."
if ! [ -x "$(command -v zip)" ]; then
apt-get install zip -y
fi
# - run : zip fastest.zip assets/build/*/* partials/*/* author.hbs default.hbs error.hbs index.hbs page.hbs post.hbs tag.hbs
# - run: pnpm run gscan fastest.zip

0 comments on commit 337296e

Please sign in to comment.