Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/github-pages.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy documentation to GitHub Pages
name: Publish documentation

on:
push:
Expand All @@ -11,7 +11,8 @@ concurrency:
group: github-pages

jobs:
deploy:
publish:
name: Publish documentation
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down