Skip to content

Commit

Permalink
Update deploy yml
Browse files Browse the repository at this point in the history
  • Loading branch information
keith-flynn committed Dec 3, 2023
1 parent dc6a6c8 commit 5253b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["deploy-replit"]
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -26,7 +26,7 @@ jobs:
deploy:
environment:
name: github-pages
url: https://keith-flynn.github.io/pet-adoption-website/
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 5253b4d

Please sign in to comment.