docs: start documenting previewers (#574)

Co-authored-by: Muhammed Zakir <MuhammedZakir@users.noreply.github.com>
This commit is contained in:
Simon Hauser
2021-03-03 18:14:46 +01:00
committed by GitHub
parent 3ee53c892d
commit 3faca0802f
9 changed files with 736 additions and 151 deletions

View File

@@ -1,12 +1,14 @@
name: Generate docs
on: push
on:
push:
branches-ignore:
- master
jobs:
build-sources:
name: Generate docs
runs-on: ubuntu-20.04
if: github.ref != 'master'
steps:
- uses: actions/checkout@v2
- run: date +%F > todays-date