Skip to content

Commit

Permalink
chore: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
imp-dance committed Jan 14, 2024
1 parent f2fc277 commit d419560
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: pnpm/action-setup@v2
with:
version: 8
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
Expand Down

0 comments on commit d419560

Please sign in to comment.