Skip to content

Commit

Permalink
Try Buliding theme
Browse files Browse the repository at this point in the history
  • Loading branch information
officialrajdeepsingh committed Feb 23, 2024
1 parent ae2de4b commit 9a02299
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/build-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,14 @@ jobs:
install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- run: pnpm add gscan
- run : echo ${{ github.action_path }}
# - name: Easy Zip Files
# uses: vimtor/[email protected]
# with:
# files: assets/build/ partials/ author.hbs default.hbs error.hbs index.hbs page.hbs post.hbs tag.hbs
# dest: ${{ github.workspace }}/fastest.zip
# run: |
# if ! [ -x "$(command -v zip)" ]; then
# echo "installing zip command"
# apt-get install zip -y
# fi
- run: ls -la
- run: pwd
# - run : zip fastest.zip assets/build/*/* partials/*/* author.hbs default.hbs error.hbs index.hbs page.hbs post.hbs tag.hbs
- name: Easy Zip Files
uses: vimtor/[email protected]
with:
files: assets/build/ partials/ author.hbs default.hbs error.hbs index.hbs page.hbs post.hbs tag.hbs
dest: ${{ github.workspace }}/fastest.zip
- run: pnpm run gscan ${{ github.workspace }}/fastest.zip

0 comments on commit 9a02299

Please sign in to comment.