Skip to content

[Snyk] Upgrade textlint-rule-terminology from 3.0.5 to 5.2.12 #211

[Snyk] Upgrade textlint-rule-terminology from 3.0.5 to 5.2.12

[Snyk] Upgrade textlint-rule-terminology from 3.0.5 to 5.2.12 #211

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/