Skip to content
Snippets Groups Projects
Unverified Commit cdee2320 authored by Alexander Repeta's avatar Alexander Repeta Committed by GitHub
Browse files

Create gh-pages.yml

parent 28db0013
No related branches found
No related tags found
No related merge requests found
name: Build and deploy to GitHub Pages
on:
push:
branches: [ main ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Install and Build 🔧
run: |
npm install
npm run dist
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.0
with:
branch: gh-pages
folder: dist
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment