mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
docs: updated triggers for the documentation flow
This commit is contained in:
parent
6397c203f6
commit
9ddb19479c
9
.github/workflows/docs.yml
vendored
9
.github/workflows/docs.yml
vendored
|
@ -1,6 +1,13 @@
|
||||||
name: documentation
|
name: documentation
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
paths:
|
||||||
|
- 'mkdocs.yml'
|
||||||
|
- 'docs/**'
|
||||||
|
- '.github/workflows/docs.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_docs:
|
build_docs:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user