Skip to content

Commit

Permalink
feat: Changed for dephoy to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ltlaitoff committed Oct 12, 2023
1 parent 77f8e3b commit 42dcd57
Show file tree
Hide file tree
Showing 4 changed files with 956 additions and 546 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/testing-and-deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Project build and deploy

on:
push:
branches: [main]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/[email protected]
with:
persist-credentials: false

- name: Install
run: npm ci

- name: Build
run: npm run build

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

0 comments on commit 42dcd57

Please sign in to comment.