Skip to content

Update timeline docs with new text (#28) #21

Update timeline docs with new text (#28)

Update timeline docs with new text (#28) #21

Workflow file for this run

name: Publish docs via GitHub Pages
on:
push:
branches: [master]
jobs:
build:
name: Deploy docs
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@1.26
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CUSTOM_DOMAIN: learn.getindico.io
REQUIREMENTS: requirements.txt