docs: start documenting previewers (#574)
Co-authored-by: Muhammed Zakir <MuhammedZakir@users.noreply.github.com>
This commit is contained in:
6
.github/workflows/docgen.yml
vendored
6
.github/workflows/docgen.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user