Skip to content

Commit

Permalink
fix: yml errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bbtgnn committed Feb 25, 2024
1 parent ca8e273 commit fbbb6e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 20
cache: pnpm

- name: Install dependencies
Expand All @@ -30,7 +30,7 @@ jobs:
REPO_NAME: '/${{ github.event.repository.name }}'
run: |
pnpm build
- name: Upload Artifacts
uses: actions/upload-pages-artifact@v3
with:
Expand All @@ -42,7 +42,7 @@ jobs:

permissions:
pages: write
id-token: write
id-token: write

environment:
name: github-pages
Expand All @@ -51,4 +51,4 @@ jobs:
steps:
- name: Deploy
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit fbbb6e5

Please sign in to comment.