Skip to content

Commit

Permalink
Removed testing code in deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justin212407 authored Jan 18, 2025
1 parent 1440f3f commit 3a1d3b9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ on:
push:
branches:
- master
- deployment-pipeline-added
pull_request:
branches:
- master
- deployment-pipeline-added
workflow_dispatch:

jobs:
Expand All @@ -30,7 +28,6 @@ jobs:
- name: Deploy to GitHub Pages
run: |
git checkout gh-pages || git checkout --orphan gh-pages
# Make changes to gh-pages branch if necessary
git add .
git commit -m "Deploy updates"
git push origin gh-pages --force

0 comments on commit 3a1d3b9

Please sign in to comment.