remove the extra space #11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Ghost and test theme | |
on: | |
- push | |
- pull_request | |
jobs: | |
install: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: pnpm/action-setup@v3 | |
with: | |
version: 8 | |
- run: pnpm add gscan | |
- 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 |