Skip to content

Commit

Permalink
Merge branch 'qa/docs-build' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Jan 8, 2020
2 parents fd6ce18 + 94b3070 commit 885d58f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: docs-build

on:
push:
branches:
- master
repository_dispatch:

jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Build Docs
uses: laminas/documentation-theme/github-actions/docs@master
env:
DOCS_DEPLOY_KEY: ${{ secrets.DOCS_DEPLOY_KEY }}
2 changes: 1 addition & 1 deletion COPYRIGHT.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Copyright (c) 2019, Laminas Foundation.
Copyright (c) 2019-2020, Laminas Foundation.
All rights reserved. (https://getlaminas.org/)
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2019, Laminas Foundation
Copyright (c) 2019-2020, Laminas Foundation
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
3 changes: 1 addition & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ site_name: laminas-config-aggregator-parameters
docs_dir: docs/book
site_dir: docs/html
nav:
- index.md
- Home: index.md
- Usage: usage.md
site_description: 'PostProcessor extension for laminas/laminas-config-aggregator to allow usage of templated parameters within your configuration'
repo_url: 'https://github.com/laminas/laminas-config-aggregator-parameters'
extra:
project: Components
project_url: 'https://docs.laminas.dev'

0 comments on commit 885d58f

Please sign in to comment.