Add GH workflow

This commit is contained in:
Santiago Lo Coco 2024-04-23 17:21:09 +02:00
parent ccc7a897d5
commit cc127bd373
1 changed files with 23 additions and 0 deletions

23
.github/workflows/deploy.yml vendored Normal file
View File

@ -0,0 +1,23 @@
name: Deploy to GitHub Pages
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install and Build
run: |
npm install
npm run build
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@latest
with:
branch: gh-pages
folder: public