Skip to content

Bump xml2js from 0.4.23 to 0.5.0 in /web #58

Bump xml2js from 0.4.23 to 0.5.0 in /web

Bump xml2js from 0.4.23 to 0.5.0 in /web #58

Workflow file for this run

name: Documentation build
on:
- push
- workflow_dispatch
- pull_request
jobs:
build-docs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v3
- name: Build document
uses: andreasofthings/doc-build@v13
with:
docs: 'docs'
dest: 'build'