Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Merge branch 'master' of github.com:elm-in-elm/compiler #127

Merge branch 'master' of github.com:elm-in-elm/compiler

Merge branch 'master' of github.com:elm-in-elm/compiler #127

name: Build and Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.1.0
with:
persist-credentials: false
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install lxml
- name: Build
run: |
cd dev-progress
./generate.py
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.8
with:
branch: gh-pages
folder: dev-progress/dist