Skip to content

Rewrite Calculator code and moved code to separate js file to make it easier to deal with in VSCode #867

Rewrite Calculator code and moved code to separate js file to make it easier to deal with in VSCode

Rewrite Calculator code and moved code to separate js file to make it easier to deal with in VSCode #867

Workflow file for this run

name: Build mkdocs
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Build docs
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install mkdocs-glightbox
pip install $(mkdocs get-deps)
- name: mkdocs build
run: mkdocs build --clean --strict