diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 575a11a..71f7a29 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,10 @@ name: Build SMPTE document -on: [push, pull_request] +on: + push: + pull_request: + release: + types: [published] env: AWS_REGION: us-east-1 @@ -11,7 +15,12 @@ env: jobs: build: runs-on: ubuntu-latest - if: github.repository_owner == 'SMPTE' && ((github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'pull_request') + if: > + github.repository_owner == 'SMPTE' && ( + (github.event_name == 'push' && github.ref == 'refs/heads/main') + || github.event_name == 'pull_request' + || github.event_name == 'release' + ) # These permissions are needed to interact with GitHub's OIDC Token endpoint. permissions: id-token: write @@ -56,4 +65,4 @@ jobs: AWS_S3_BUCKET: ${{env.AWS_S3_BUCKET}} AWS_S3_KEY_PREFIX: "${{env.REPOSITORY_NAME}}/" CANONICAL_LINK_PREFIX: ${{env.CANONICAL_LINK_PREFIX}} - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/README.md b/README.md index df31abf..6c49c3d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,11 @@ _This repository is *public*._ * [Latest version](https://doc.smpte-doc.org/ag-10/main/) -* [Redline against the latest edition](https://doc.smpte-doc.org/ag-10/main/pub-rl.html) +* [Latest version (all artifacts)](https://doc.smpte-doc.org/ag-10/main/pub-artifacts.html) Please consult [CONTRIBUTING.md](./CONTRIBUTING.md), [CONFIDENTIALITY.md](./CONFIDENTIALITY.md), [LICENSE.md](./LICENSE.md) and -[PATENTS.md](./PATENTS.md) for important notices. \ No newline at end of file +[PATENTS.md](./PATENTS.md) for important notices. + +## Reporting issues + +Issues should be reported at . \ No newline at end of file diff --git a/doc/main.html b/doc/main.html index 8c5587b..704a79a 100644 --- a/doc/main.html +++ b/doc/main.html @@ -9,6 +9,7 @@ + Liaisons Delegates Rapporteurs @@ -275,7 +276,7 @@

Organizations, Delegates and Rapporteurs

diff --git a/tooling b/tooling index 42ad94f..1c377ae 160000 --- a/tooling +++ b/tooling @@ -1 +1 @@ -Subproject commit 42ad94f33eb07309f2d70999b422d2f6bb765716 +Subproject commit 1c377ae0882bbbc485c4304600977e3057a6b05f