Skip to content

Bump certifi from 2022.12.7 to 2023.7.22 in /examples/kubeflow (#280) #142

Bump certifi from 2022.12.7 to 2023.7.22 in /examples/kubeflow (#280)

Bump certifi from 2022.12.7 to 2023.7.22 in /examples/kubeflow (#280) #142

Workflow file for this run

name: ci
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.6
- run: python -m pip install --upgrade pipenv wheel
- run: pipenv update
- run: pipenv run mkdocs gh-deploy --force