Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
AWS_S3_KEY_PREFIX: "${{env.REPOSITORY_NAME}}/"
CANONICAL_LINK_PREFIX: ${{env.CANONICAL_LINK_PREFIX}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
PUBLIC_REPO_PAT: ${{secrets.PUBLIC_REPO_PAT}}

- name: Build and deploy document (HTML Pub repo)
uses: ./workflows
Expand All @@ -66,6 +67,7 @@ jobs:
AWS_S3_KEY_PREFIX: "${{env.REPOSITORY_NAME}}/"
CANONICAL_LINK_PREFIX: ${{env.CANONICAL_LINK_PREFIX}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
PUBLIC_REPO_PAT: ${{secrets.PUBLIC_REPO_PAT}}

- name: Notify template repo to update submodule
if: github.event_name == 'release' && github.repository == 'SMPTE/html-pub'
Expand Down
Loading