Closed peterbrightwell closed 3 years ago
This covers the bulk of changes required for the move onto specs.amwa.tv.
We no longer use gh-pages, and instead use upload-site.sh.
Lint and render builds now happen in their own subdirs.
Releases are now built into /releases/ not /tags/ to avoid conflict with NMOS tags.
/releases/
/tags/
Before merging
Ensure https://github.com/AMWA-TV/nmos-doc-layouts/pull/8 is merged
Change make-layouts.sh to checkout main branch of nmos-doc-layouts instead of external-site
make-layouts.sh
main
external-site
After merging
Change render/.init-scripts/make-build-tools.sh in the spec repos to checkout main of this repo instead of use-render-dir
render/.init-scripts/make-build-tools.sh
use-render-dir
This covers the bulk of changes required for the move onto specs.amwa.tv.
We no longer use gh-pages, and instead use upload-site.sh.
Lint and render builds now happen in their own subdirs.
Releases are now built into
/releases/
not/tags/
to avoid conflict with NMOS tags.Before merging
Ensure https://github.com/AMWA-TV/nmos-doc-layouts/pull/8 is merged
Change
make-layouts.sh
to checkoutmain
branch of nmos-doc-layouts instead ofexternal-site
After merging
Change
render/.init-scripts/make-build-tools.sh
in the spec repos to checkoutmain
of this repo instead ofuse-render-dir