Skip to content

Commit 6e2a838

Browse files
committed
Fix deploy-docs
1 parent b4104ae commit 6e2a838

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626

2727
- name: Setup pnpm
2828
uses: pnpm/action-setup@v4
29-
with:
30-
version: 10
3129

3230
- name: Setup Node
3331
uses: actions/setup-node@v4
@@ -51,7 +49,7 @@ jobs:
5149

5250
deploy:
5351
environment:
54-
name: github-pages
52+
name: github-pages # GitHub-managed environment for Pages deployment
5553
url: ${{ steps.deployment.outputs.page_url }}
5654
needs: build
5755
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)