Skip to content

Merge pull request #62 from imagekit-developer/update-overlay-syntax #21

Merge pull request #62 from imagekit-developer/update-overlay-syntax

Merge pull request #62 from imagekit-developer/update-overlay-syntax #21

Workflow file for this run

name: Automatic update project documentation
on:
push:
branches:
- master
tags:
- '*'
jobs:
update_wiki:
runs-on: ubuntu-latest
steps:
- name: Checkouting project code...
uses: actions/checkout@v2
- name: Updating wiki...
uses: impresscms-dev/[email protected]
with:
wiki_github_update_token: ${{ secrets.WIKI_GITHUB_UPDATE_TOKEN }}
wiki_github_update_user: ${{ secrets.WIKI_GITHUB_UPDATE_USER }}
engine: clean/phpdoc-md
class_root_namespace: ImageKit
include: |
ImageKit\**