Skip to content

Commit

Permalink
Added GitHub Actions deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
scar17off committed Oct 30, 2024
1 parent 70e2b83 commit cc37096
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Deploy to GitHub Pages

on:
push:
branches: [ main ]

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build
branch: gh-pages

0 comments on commit cc37096

Please sign in to comment.