diff --git a/.github/workflows/build-theme.yml b/.github/workflows/build-theme.yml index ffe25a4..ef07043 100644 --- a/.github/workflows/build-theme.yml +++ b/.github/workflows/build-theme.yml @@ -15,7 +15,8 @@ jobs: - name: check if zip avaiable or not run: | if ! [ -x "$(command -v zip)" ]; then + echo "installing zip command" 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 \ No newline at end of file + - 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 \ No newline at end of file