Skip to content

Bump Janiczek/transform from 1.1.0 to 1.1.1 in /cli (#164) #124

Bump Janiczek/transform from 1.1.0 to 1.1.1 in /cli (#164)

Bump Janiczek/transform from 1.1.0 to 1.1.1 in /cli (#164) #124

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