Skip to content

Commit

Permalink
Update GitHub Action and project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegPhenomenon committed Aug 6, 2024
1 parent 17758fb commit b51cdbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
on:
push:
branches:
- main
- master

jobs:
deploy:
Expand All @@ -27,3 +27,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: .
force_orphan: true

0 comments on commit b51cdbf

Please sign in to comment.