We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f719f69 commit 51af8d1Copy full SHA for 51af8d1
1 file changed
.github/workflows/docs.yml
@@ -76,13 +76,15 @@ jobs:
76
77
deploy-preview:
78
if: github.event_name == 'pull_request'
79
+ environment:
80
+ name: github-pages
81
runs-on: ubuntu-latest
82
needs: build
83
steps:
84
- name: 'Download build artifact'
85
uses: actions/download-artifact@v4
86
with:
- name: github-pages.zip
87
88
github-token: ${{ secrets.GITHUB_TOKEN }}
89
run-id: ${{ github.event.workflow_run.id }}
90
0 commit comments