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 4ec4344 + 67c58f1 commit 291a7b2
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/docs-build.yml
@@ -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
@@ -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
@@ -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
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# laminas-serializer

[![Build Status](https://travis-ci.org/laminas/laminas-serializer.svg?branch=master)](https://travis-ci.org/laminas/laminas-serializer)
[![Build Status](https://travis-ci.com/laminas/laminas-serializer.svg?branch=master)](https://travis-ci.com/laminas/laminas-serializer)
[![Coverage Status](https://coveralls.io/repos/github/laminas/laminas-serializer/badge.svg?branch=master)](https://coveralls.io/github/laminas/laminas-serializer?branch=master)

laminas-serializer provides an adapter-based interface for generating and
Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Expand Up @@ -9,4 +9,3 @@ site_description: "Serialize and deserialize PHP structures to a variety of repr
repo_url: 'https://github.com/laminas/laminas-serializer'
extra:
project: Components
project_url: 'https://docs.laminas.dev'

0 comments on commit 291a7b2

Please sign in to comment.