Skip to content

Commit

Permalink
fix: name and uses location fix under Install pnpm step with deploy j…
Browse files Browse the repository at this point in the history
…ob from deploy to github pages workflow and other subtle fix
  • Loading branch information
liuliangsir committed Nov 9, 2024
1 parent 5c79fe7 commit 70fb15c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-to-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@ permissions:

jobs:
deploy:
name: deploy
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4

- uses: pnpm/action-setup@v4
name: Install pnpm
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.12.2
run_install: false
Expand Down

0 comments on commit 70fb15c

Please sign in to comment.