Create edge_ghpage.yml

Added Build and Deploy Edge version to GH Pages
This commit is contained in:
Dominik Fuchß 2021-09-16 00:40:09 +02:00 committed by GitHub
parent 0ff4b30d71
commit 233b78826f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
.github/workflows/edge_ghpage.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: Build and Deploy Edge version to GH Pages
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Install and Build 🔧
run: |
yarn install
yarn build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages
folder: build