Skip to content

Commit 51af8d1

Browse files
committed
more debugging
1 parent f719f69 commit 51af8d1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,15 @@ jobs:
7676

7777
deploy-preview:
7878
if: github.event_name == 'pull_request'
79+
environment:
80+
name: github-pages
7981
runs-on: ubuntu-latest
8082
needs: build
8183
steps:
8284
- name: 'Download build artifact'
8385
uses: actions/download-artifact@v4
8486
with:
85-
name: github-pages.zip
87+
name: github-pages
8688
github-token: ${{ secrets.GITHUB_TOKEN }}
8789
run-id: ${{ github.event.workflow_run.id }}
8890

0 commit comments

Comments
 (0)