Skip to content

Commit

Permalink
Merge pull request #6 from imponeer/ci/add-wiki-update
Browse files Browse the repository at this point in the history
Create update-wiki.yml
  • Loading branch information
fiammybe authored Jul 25, 2022
2 parents c32fabf + 9c99e02 commit cc8f4f7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/update-wiki.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Auto update project wiki

on:
push:
branches:
- main
tags:
- 'v*' # Initializes on any new tag

jobs:
update_wiki:
runs-on: ubuntu-latest
steps:
- name: Checkouting main code...
uses: actions/checkout@v2
- name: Updating Project Wiki...
uses: impresscms-dev/phpdocs-wiki-update-action@v2.2
with:
class_root_namespace: Imponeer\Smarty\Extensions\SunriseHTTPRouter\
include: Imponeer\Smarty\Extensions\SunriseHTTPRouter\**

0 comments on commit cc8f4f7

Please sign in to comment.