Skip to content

Commit

Permalink
Update ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattmog committed Nov 4, 2024
1 parent 5275e75 commit d7f8fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./Frontend # Directory of your static files
publish_branch: main # Use main branch for GitHub Pages
publish_branch: gh-pages # Use main branch for GitHub Pages

deploy-backend:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d7f8fd6

Please sign in to comment.