We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18cbd0 commit d21841fCopy full SHA for d21841f
.github/workflows/regen-docs.yml
@@ -1,13 +1,14 @@
1
name: Regen Docs
2
on:
3
+ workflow_dispatch:
4
pull_request:
5
types: [ closed ]
6
branches: [ master ]
7
paths: [ 'apidoc/**' ]
8
9
jobs:
10
regen:
- if: github.event.pull_request.merged == true
11
+ if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
12
runs-on: ubuntu-latest
13
name: Trigger Regen
14
@@ -34,5 +35,5 @@ jobs:
34
35
uses: peter-evans/repository-dispatch@v2
36
with:
37
event-type: regen-api-docs
- repository: tidev/titanium-docs
38
token: ${{ secrets.REGEN_DOCS_GITHUB_TOKEN }}
39
+ repository: tidev/titanium-docs
0 commit comments