Skip to content

Commit

Permalink
Create enonic-docgen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rymsha authored Aug 4, 2023
1 parent be5f886 commit 7aacc5d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/enonic-docgen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Generate Documentation

on:
push:
branches:
- "master"
paths:
- 'docs/**'
workflow_dispatch:

jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: enonic/release-tools/generate-docs@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
webhook-secret: ${{ secrets.DEVELOPER_PORTAL_WEBHOOK_SECRET }}

0 comments on commit 7aacc5d

Please sign in to comment.