Skip to content

ADDED: Tutorial "Building a RESTful API" #162

ADDED: Tutorial "Building a RESTful API"

ADDED: Tutorial "Building a RESTful API" #162

Workflow file for this run

name: Publish Triply Documentation website
on:
push:
branches:
- master
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v2
with:
fetch-depth: 0
lfs: 'true'
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@nomaterial
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CUSTOM_DOMAIN: docs.triply.cc
EXTRA_PACKAGES: git-lfs
REQUIREMENTS: requirements.txt