feat: Add deployment environment URL

This commit is contained in:
Bart van der Braak 2023-06-11 00:24:58 +02:00
parent 3d452350df
commit 5f951d73ed

View file

@ -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