Skip to content

Commit f959274

Browse files
committed
Try to fix workflow to run again
1 parent 8d355b7 commit f959274

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ jobs:
6060
path: site
6161

6262
deploy:
63+
environment:
64+
name: github-pages
65+
url: ${{ steps.deployment.outputs.page_url }}
6366
needs: build
64-
name: github-pages
65-
url: ${{ steps.deployment.outputs.page_url }}
6667
if: github.event_name == 'push'
6768
runs-on: ubuntu-latest
6869
needs: build

0 commit comments

Comments
 (0)