Skip to content

Commit

Permalink
Restore main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spaaaacccee committed Nov 29, 2023
1 parent 5eb990a commit 5987d66
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Deploy to GitHub Pages
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
env:
CI: false
steps:
- name: Checkout
uses: actions/[email protected]

- name: Install and Build
run: |
npm install
cd client && npm run build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: client/dist # The folder the action should deploy.

0 comments on commit 5987d66

Please sign in to comment.