Skip to content

Commit

Permalink
run echo command
Browse files Browse the repository at this point in the history
  • Loading branch information
officialrajdeepsingh committed Feb 21, 2024
1 parent 036a4c9 commit f07591c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
with:
version: 8
- run: pnpm add gscan
- name: Easy Zip Files
uses: vimtor/action-zip@v1.2
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 : echo ${{ github.workspace }}
# - name: Easy Zip Files
# uses: vimtor/action-zip@v1.2
# 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"
Expand Down

0 comments on commit f07591c

Please sign in to comment.