Skip to content

Bust GitHub Camo cache on the PyPI version badge (#55) #40

Bust GitHub Camo cache on the PyPI version badge (#55)

Bust GitHub Camo cache on the PyPI version badge (#55) #40

Workflow file for this run

name: Update docs
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Update docs
run: |
mkdir docs
pip install portray
pip install -r requirements.txt
portray on_github_pages -f