Skip to content

Commit c2927ff

Browse files
committed
Update README + GH Actions
1 parent 615e83f commit c2927ff

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/phpunit.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ jobs:
3434
--health-retries 5
3535
3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838
- run: composer install
3939
- run: ./vendor/bin/phpunit --stderr
4040

4141
Documentation:
42-
runs-on: 'ubuntu-latest'
43-
needs: Build
4442
if: github.ref == 'refs/heads/master'
45-
env:
46-
DOC_GITHUB_TOKEN: '${{ secrets.DOC_TOKEN }}'
47-
steps:
48-
- uses: actions/checkout@v3
49-
- run: curl https://opensource.byjg.com/add-doc.sh | bash /dev/stdin php cache-engine-php
43+
needs: Build
44+
uses: byjg/byjg.github.io/.github/workflows/add-doc.yaml@master
45+
with:
46+
folder: php
47+
project: ${{ github.event.repository.name }}
48+
secrets: inherit
49+

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Cache Engine
22

3-
[![Build Status](https://github.com/byjg/cache-engine-php/actions/workflows/phpunit.yml/badge.svg?branch=master)](https://github.com/byjg/cache-engine-php/actions/workflows/phpunit.yml)
3+
[![Build Status](https://github.com/byjg/php-cache-engine/actions/workflows/phpunit.yml/badge.svg?branch=master)](https://github.com/byjg/php-cache-engine/actions/workflows/phpunit.yml)
44
[![Opensource ByJG](https://img.shields.io/badge/opensource-byjg-success.svg)](http://opensource.byjg.com)
5-
[![GitHub source](https://img.shields.io/badge/Github-source-informational?logo=github)](https://github.com/byjg/cache-engine-php/)
6-
[![GitHub license](https://img.shields.io/github/license/byjg/cache-engine-php.svg)](https://opensource.byjg.com/opensource/licensing.html)
7-
[![GitHub release](https://img.shields.io/github/release/byjg/cache-engine-php.svg)](https://github.com/byjg/cache-engine-php/releases/)
5+
[![GitHub source](https://img.shields.io/badge/Github-source-informational?logo=github)](https://github.com/byjg/php-cache-engine/)
6+
[![GitHub license](https://img.shields.io/github/license/byjg/php-cache-engine.svg)](https://opensource.byjg.com/opensource/licensing.html)
7+
[![GitHub release](https://img.shields.io/github/release/byjg/php-cache-engine.svg)](https://github.com/byjg/php-cache-engine/releases/)
88

99

1010
A multi-purpose cache engine PSR-6 and PSR-16 implementation with several drivers.

0 commit comments

Comments
 (0)