Skip to content

Commit

Permalink
Deploy project to Github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
pichfl committed Jul 16, 2021
1 parent 735a1ec commit 46ca94c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Deploy

on:
push:
branches:
- master
- main

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

- name: Install and Build 🔧
run: |
yarn
yarn build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist

0 comments on commit 46ca94c

Please sign in to comment.