synapse-admin/.github/workflows/edge_ghpage.yml
Dominik Fuchß efbf9cf693
Update edge_ghpage.yml
Added missing node setup
2021-09-16 00:42:13 +02:00

24 lines
534 B
YAML

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
- uses: actions/setup-node@v2
with:
node-version: "14"
- 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