Skip to content

Commit eaaf5de

Browse files
committed
DOC-2324: Modify playbooks
1 parent 9f93cc1 commit eaaf5de

File tree

5 files changed

+12
-44
lines changed

5 files changed

+12
-44
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ "feature/**", "hotfix/**", "staging/**", "release/**" ]
5+
branches: [ "feature/6/**", "hotfix/6/**", "6" ]
66
pull_request:
7-
branches: [ "staging/**", "release/**" ]
7+
branches: [ "6" ]
88
## Add schedule if needed
99
# schedule:
1010
# - cron: "17 23 * * 5"
Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
site:
2-
title: TinyMCE Documentation (Dev)
3-
url: https://www.tiny.cloud/docs
2+
title: TinyMCE Documentation
3+
url: localhost:4000
44
start_page: tinymce::index.adoc
55
content:
66
sources:
77
- url: ./
88
branches: HEAD
99
start_path: ./
10+
- url: https://github.com/MitchC1999/tinymce-docs.git
11+
branches:
12+
- 5
13+
- 7
14+
- staging/docs-5
15+
- staging/docs-7
1016
urls:
1117
html_extension_style: indexify
1218
ui:
@@ -15,5 +21,3 @@ ui:
1521
asciidoc:
1622
attributes:
1723
tinymce_live_demo_url: https://cdn.tiny.cloud/1/qagffr3pkuv17a8on1afax661irst1hbr4e6tbv888sz91jc/tinymce/6-dev/tinymce.min.js
18-
extensions:
19-
- '@tinymce/antora-extension-livedemos'

antora-playbook-prod.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

antora-playbook-staging.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"scripts": {
1111
"build": "./-scripts/api-reference.sh",
1212
"build-local-ref": "./-scripts/api-reference-local.sh",
13-
"nodemon-dev": "nodemon --exec yarn antora ./antora-playbook-dev.yml",
13+
"nodemon-dev": "nodemon --exec yarn antora ./antora-playbook-local.yml",
1414
"server": "http-server build/site/ --port 4000",
1515
"serve": "npm-run-all -p nodemon-dev server"
1616
},
1717
"author": "Tiny Technologies Inc",
1818
"license": "CC-BY-NC-SA-3.0",
1919
"nodemonConfig": {
2020
"execMap": {
21-
"build": "antora ./antora-playbook-dev.yml"
21+
"build": "antora ./antora-playbook-local.yml"
2222
},
2323
"watch": [
2424
"modules/*"

0 commit comments

Comments
 (0)