Skip to content

Commit 6e988f2

Browse files
committed
Update deployment environment name in docs workflow
Changed the environment name from 'docs' to 'github-pages' in the GitHub Actions workflow for documentation deployment.
1 parent 96eef4c commit 6e988f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
needs: build
2626
runs-on: ubuntu-latest
2727
environment:
28-
name: docs
28+
name: github-pages
2929
url: ${{ steps.deployment.outputs.page_url }}
3030
steps:
3131
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)