Skip to content

build(deps): bump urllib3 from 1.26.15 to 1.26.18 in /superset (#2807) #288

build(deps): bump urllib3 from 1.26.15 to 1.26.18 in /superset (#2807)

build(deps): bump urllib3 from 1.26.15 to 1.26.18 in /superset (#2807) #288

Workflow file for this run

name: docs
on:
push:
branches:
- master
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.11
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- run: pip install -r requirements-docs.txt
- run: mkdocs gh-deploy --force