Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rxliuli authored Aug 10, 2024
1 parent c95cbb5 commit b517b74
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
run: pnpm i --frozen-lockfile

- name: Build
run: pnpm build
run: |
pnpm build
ls -l dist/epub
# - name: Setup Pages
# uses: actions/configure-pages@v3
Expand Down Expand Up @@ -94,12 +96,6 @@ jobs:
asset_name: ebook.epub
asset_content_type: application/epub+zip

- name: Push changes
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git push --follow-tags
# deploy:
# environment:
# name: github-pages
Expand Down

0 comments on commit b517b74

Please sign in to comment.