Skip to content

Commit

Permalink
Added next branch to the GH action
Browse files Browse the repository at this point in the history
(cherry picked from commit 7eee6d7)
  • Loading branch information
alansemenov authored and pmi committed Sep 12, 2023
1 parent cb1dd5b commit 3608609
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/enonic-docgen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Generate Documentation

on:
push:
branches:
- "master"
- "issue-651"
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 3608609

Please sign in to comment.