Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit eba7bcf

Browse files
committed
Merge branch 'qa/docs-build' into develop
2 parents 7b25a81 + 67cb18b commit eba7bcf

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

.github/workflows/docs-build.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: docs-build
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
repository_dispatch:
8+
9+
jobs:
10+
build-deploy:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Build Docs
14+
uses: laminas/documentation-theme/github-actions/docs@master
15+
env:
16+
DOCS_DEPLOY_KEY: ${{ secrets.DOCS_DEPLOY_KEY }}

COPYRIGHT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Copyright (c) 2019, Laminas Foundation.
1+
Copyright (c) 2019-2020, Laminas Foundation.
22
All rights reserved. (https://getlaminas.org/)

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019, Laminas Foundation
1+
Copyright (c) 2019-2020, Laminas Foundation
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# laminas-config-aggregator-modulemanager
22

3-
[![Build Status](https://travis-ci.org/laminas/laminas-config-aggregator-modulemanager.svg?branch=master)](https://travis-ci.org/laminas/laminas-config-aggregator-modulemanager)
3+
[![Build Status](https://travis-ci.com/laminas/laminas-config-aggregator-modulemanager.svg?branch=master)](https://travis-ci.com/laminas/laminas-config-aggregator-modulemanager)
44
[![Coverage Status](https://coveralls.io/repos/github/laminas/laminas-config-aggregator-modulemanager/badge.svg?branch=master)](https://coveralls.io/github/laminas/laminas-config-aggregator-modulemanager?branch=master)
55

66
Provides an extension to the `laminas/laminas-config-aggregator` so `laminas/laminas-mvc`

mkdocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ site_name: laminas-config-aggregator-modulemanager
22
docs_dir: docs/book
33
site_dir: docs/html
44
nav:
5-
- index.md
5+
- Home: index.md
66
- Usage: usage.md
77
site_description: 'Consume laminas-mvc modules as configuration providers within laminas-config-aggregator.'
88
repo_url: 'https://github.com/laminas/laminas-config-aggregator-modulemanager'
99
extra:
1010
project: Components
11-
project_url: 'https://docs.laminas.dev'

0 commit comments

Comments
 (0)