Skip to content

Commit

Permalink
include github-pages environment info
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Oct 16, 2024
1 parent f72a2e7 commit cbe71f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
needs: test
runs-on: ubuntu-latest

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit cbe71f7

Please sign in to comment.