-
Notifications
You must be signed in to change notification settings - Fork 2
30 lines (29 loc) · 924 Bytes
/
techdocs.yaml
File metadata and controls
30 lines (29 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: Publish Bridge Techdocs
on:
push:
branches:
- 'master'
- 'backstage-addition' #change this to your test branch.
# Run only when TechDocs related files are updated.
paths:
- 'docs/**'
- 'mkdocs.yaml'
- '.github/workflows/techdocs.yaml'
jobs:
publish-techdocs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
repository: get-bridge/developer_portal
token: ${{ secrets.GIT_HUB_TOKEN }}
path: .github/developer_portal
ref: master
- uses: ./.github/developer_portal/.github/actions/techdocs
with:
aws_access_key_id: ${{ secrets.TRUSS_AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.TRUSS_AWS_SECRET_ACCESS_KEY }}
aws_region: us-east-2
entity_name: 'scorm-engine'
entity_kind: 'component'
entity_namespace: 'default'