Skip to content

Bump zipp from 3.15.0 to 3.19.1 #25

Bump zipp from 3.15.0 to 3.19.1

Bump zipp from 3.15.0 to 3.19.1 #25

Workflow file for this run

name: build-docs
on:
pull_request:
branches:
- main
paths-ignore:
- '**.md'
- 'LICENSE'
jobs:
create:
name: "ubuntu"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build test environment
run: |
sudo apt-get update -y
sudo apt-get install python3-pip python3-dev python3-setuptools apache2 -y
pip3 install --upgrade pip
pip3 install sphinx
pip3 install sphinx-rtd-theme
- name: Run test
run: |
cd sphinx && make html