Skip to content

docs: add instructions for using cert-manager (#328) #173

docs: add instructions for using cert-manager (#328)

docs: add instructions for using cert-manager (#328) #173

Workflow file for this run

name: document
on:
push:
branches:
- master
paths:
- 'docs/**'
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- 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 build
- uses: actions/checkout@v3
with:
ref: gh-pages
path: pages
- run: |
cp -v pages/index.yaml site/
- run: pipenv run ghp-import site -p --force