Skip to content

Commit

Permalink
Merge branch 3.8.x into 4.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Xerkus committed Jul 28, 2024
2 parents a2b0a1a + 1b44ee9 commit 507e790
Show file tree
Hide file tree
Showing 5 changed files with 412 additions and 379 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: docs-build
on:
release:
types: [published]
repository_dispatch:
types: docs-build
workflow_dispatch:

jobs:
build-deploy:
Expand All @@ -13,5 +12,5 @@ jobs:
- name: Build Docs
uses: laminas/documentation-theme/github-actions/docs@master
env:
"DOCS_DEPLOY_KEY": ${{ secrets.DOCS_DEPLOY_KEY }}
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
DEPLOY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# laminas-mvc

[![Build Status](https://github.com/laminas/laminas-mvc/workflows/Continuous%20Integration/badge.svg)](https://github.com/laminas/laminas-mvc/actions?query=workflow%3A"Continuous+Integration")
[![Continuous Integration](https://github.com/laminas/laminas-mvc/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/laminas/laminas-mvc/actions/workflows/continuous-integration.yml)

> ## 🇷🇺 Русским гражданам
>
Expand Down
Loading

0 comments on commit 507e790

Please sign in to comment.