Skip to content

ie 10 document.readyState fix #74

ie 10 document.readyState fix

ie 10 document.readyState fix #74

Workflow file for this run

name: Test
on: [push, pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Sphinx build
run: |
sphinx-build -W -b html -d site/_build/doctrees site site/_build/html
- name: Sphinx link test
run: |
sphinx-build -W -b linkcheck -d site/_build/doctrees site site/_build/linkcheck