mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-09 09:49:10 +02:00
Generate docs only upon release (#362)
Signed-off-by: Adam Henley <adamazing@gmail.com>
This commit is contained in:
parent
9957dcea74
commit
3a14232105
1 changed files with 2 additions and 2 deletions
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
|
|
@ -2,8 +2,8 @@ name: github pages
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- "v*" # push events matching `v` followed by anything, e.g. v1.0, v20.15.10
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue