|
@@ -21,7 +21,7 @@ name: Build Docs
|
|
|
|
|
|
on:
|
|
on:
|
|
push:
|
|
push:
|
|
- branches: [ modules ]
|
|
|
|
|
|
+ branches: [ master ]
|
|
# Initiate a build to pull in the wiki-ui repository changes.
|
|
# Initiate a build to pull in the wiki-ui repository changes.
|
|
repository_dispatch:
|
|
repository_dispatch:
|
|
types: [wiki-ui-build]
|
|
types: [wiki-ui-build]
|
|
@@ -45,7 +45,6 @@ jobs:
|
|
- name: Clone the repo
|
|
- name: Clone the repo
|
|
uses: actions/checkout@v2
|
|
uses: actions/checkout@v2
|
|
with:
|
|
with:
|
|
- ref: modules
|
|
|
|
# Number of commits to fetch. 0 indicates all history.
|
|
# Number of commits to fetch. 0 indicates all history.
|
|
fetch-depth: 1
|
|
fetch-depth: 1
|
|
|
|
|