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 af0b1f7 + 420546c commit c6da889
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
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# laminas-xml2json

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

laminas-xml2json provides functionality for converting XML structures to JSON.
Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ site_description: "Convert XML documents to JSON"
repo_url: 'https://github.com/laminas/laminas-xml2json'
extra:
project: Components
project_url: 'https://docs.laminas.dev'

0 comments on commit c6da889

Please sign in to comment.