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

update: readme 馃敀 #2995

update: readme 馃敀

update: readme 馃敀 #2995

Workflow file for this run

name: "Build HTML"
"on":
push:
branches:
- main
tags:
- "**"
pull_request:
jobs:
run-checks:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Build
id: build_html
run: make html