mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-19 00:15:43 +01:00
fix: only generate docs if websitev2 subfolders are changed
This commit is contained in:
parent
406f0554cf
commit
296804c147
3
.github/workflows/generate-docs.yaml
vendored
3
.github/workflows/generate-docs.yaml
vendored
@ -4,12 +4,13 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- websitev2/**
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: setup git config
|
||||
|
Loading…
Reference in New Issue
Block a user