We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4104ae commit 6e2a838Copy full SHA for 6e2a838
1 file changed
.github/workflows/deploy-docs.yml
@@ -26,8 +26,6 @@ jobs:
26
27
- name: Setup pnpm
28
uses: pnpm/action-setup@v4
29
- with:
30
- version: 10
31
32
- name: Setup Node
33
uses: actions/setup-node@v4
@@ -51,7 +49,7 @@ jobs:
51
49
52
50
deploy:
53
environment:
54
- name: github-pages
+ name: github-pages # GitHub-managed environment for Pages deployment
55
url: ${{ steps.deployment.outputs.page_url }}
56
needs: build
57
runs-on: ubuntu-latest
0 commit comments