mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-06-05 20:10:17 +00:00
docs: start documenting previewers (#574)
Co-authored-by: Muhammed Zakir <MuhammedZakir@users.noreply.github.com>
This commit is contained in:
@@ -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