Skip to content

Commit

Permalink
installing and buiding theme
Browse files Browse the repository at this point in the history
  • Loading branch information
officialrajdeepsingh committed Feb 21, 2024
1 parent 337296e commit 194d6df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 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 194d6df

Please sign in to comment.