Skip to content

Commit

Permalink
new deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
drifter089 committed Apr 25, 2024
1 parent 792cae7 commit 56fbe64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to Pages
on:
push:
branches:
- main
- '*'

workflow_dispatch:

Expand All @@ -26,7 +26,7 @@ jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
url: ${{ steps.deployment.outputs.page_url }}/${{ github.ref_slug }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 56fbe64

Please sign in to comment.