Skip to content

Commit

Permalink
Added action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenya476 committed Jun 5, 2024
1 parent 0a2503e commit 671c9de
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Build and deploy to GitHub Pages

on:
push:
branches: [main]

jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]

- name: Install, lint, build 🔧
run: |
npm install
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build

0 comments on commit 671c9de

Please sign in to comment.