Skip to content

fix: Change 'api/app.js' redirection to 'localhost:3000/api' #119

fix: Change 'api/app.js' redirection to 'localhost:3000/api'

fix: Change 'api/app.js' redirection to 'localhost:3000/api' #119

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'