Skip to content

Commit 3aec819

Browse files
authored
Bump tooling 2025 (#35)
* bump tooling * fix errors * update ag links
1 parent 66d1966 commit 3aec819

File tree

4 files changed

+21
-7
lines changed

4 files changed

+21
-7
lines changed

.github/workflows/main.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Build SMPTE document
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
pull_request:
6+
release:
7+
types: [published]
48

59
env:
610
AWS_REGION: us-east-1
@@ -11,7 +15,12 @@ env:
1115
jobs:
1216
build:
1317
runs-on: ubuntu-latest
14-
if: github.repository_owner == 'SMPTE' && ((github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'pull_request')
18+
if: >
19+
github.repository_owner == 'SMPTE' && (
20+
(github.event_name == 'push' && github.ref == 'refs/heads/main')
21+
|| github.event_name == 'pull_request'
22+
|| github.event_name == 'release'
23+
)
1524
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
1625
permissions:
1726
id-token: write
@@ -56,4 +65,4 @@ jobs:
5665
AWS_S3_BUCKET: ${{env.AWS_S3_BUCKET}}
5766
AWS_S3_KEY_PREFIX: "${{env.REPOSITORY_NAME}}/"
5867
CANONICAL_LINK_PREFIX: ${{env.CANONICAL_LINK_PREFIX}}
59-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
68+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
_This repository is *public*._
44

55
* [Latest version](https://doc.smpte-doc.org/ag-10/main/)
6-
* [Redline against the latest edition](https://doc.smpte-doc.org/ag-10/main/pub-rl.html)
6+
* [Latest version (all artifacts)](https://doc.smpte-doc.org/ag-10/main/pub-artifacts.html)
77

88
Please consult [CONTRIBUTING.md](./CONTRIBUTING.md), [CONFIDENTIALITY.md](./CONFIDENTIALITY.md), [LICENSE.md](./LICENSE.md) and
9-
[PATENTS.md](./PATENTS.md) for important notices.
9+
[PATENTS.md](./PATENTS.md) for important notices.
10+
11+
## Reporting issues
12+
13+
Issues should be reported at <https://github.com/SMPTE/ag-10/issues>.

doc/main.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<meta itemprop="pubType" content="AG" />
1010
<meta itemprop="pubNumber" content="10" />
1111
<meta itemprop="pubState" content="pub" />
12+
<meta itemprop="pubStage" content="PUB">
1213
<meta itemprop="pubDateTime" content="2023-08-29" />
1314
<title>Liaisons Delegates Rapporteurs</title>
1415
</head>
@@ -275,7 +276,7 @@ <h2>Organizations, Delegates and Rapporteurs</h2>
275276
<section id="sec-bibliography">
276277
<ul>
277278
<li><cite id="bib-smpte-ag-10b">SMPTE AG-10b</cite>, Liaisons Agreements
278-
<a>https://www.smpte.org/about/policies-and-governance</a></li>
279+
<a>https://doc.smpte-doc.org/ag-10b/main/</a></li>
279280
<li><cite id="bib-smpte-ag-10c">SMPTE AG-10c</cite>, Individual Contact Information (private document, updated continuously)</li>
280281
</ul>
281282
</section>

0 commit comments

Comments
 (0)