Skip to content

feat: upgrade textlint from 12.6.1 to 14.2.0 #198

feat: upgrade textlint from 12.6.1 to 14.2.0

feat: upgrade textlint from 12.6.1 to 14.2.0 #198

name: Build website
on: [push, pull_request]
jobs:
build:
name: Build website
runs-on: ubuntu-latest
env:
CI: true
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Set up Python 3
uses: actions/setup-python@v2
with:
python-version: '3.9.5'
- name: Install Python dependencies
run: make install-python-requirements
- name: Build website
run: (cd scripts && bash Generate_Site_mkDocs.sh)
- name: List generated files
run: ls -lah generated/site/