mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 15:31:21 +00:00
feat: Add deployment environment URL
This commit is contained in:
parent
3d452350df
commit
5f951d73ed
1 changed files with 1 additions and 1 deletions
2
.github/workflows/seo-report.yaml
vendored
2
.github/workflows/seo-report.yaml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
if: github.event.deployment_status.state == 'success'
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ''
|
||||
url: https://${{ github.repository_owner }}.github.io/${{ github.repository }}/${{ github.event.repository.name }}/${{ github.head_ref }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out
|
||||
|
|
Loading…
Reference in a new issue