Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT: Automatic site and PDF publication #60

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

carlwilson
Copy link
Contributor

  • added GitHub Actions publication workflow script to .github/workflows/jekyll-gh-pages.yml;
  • added spec-publisher project as a git submodule;
  • using basic Markdown templates added as BASE.md, SITE_BASE.md, SITE.md and PDF.md;
  • added docker scripts for automatic publication of the site and PDF, create-site.sh and create-pdf.sh;
  • added ./docs/Gemfile and docs/_config.yml to support GitHub Pages publication;
  • removed unnecessary intro to the markdown source specification/CITS_Geospatial_v3.md;
  • added publication metadata file specification/metadata.md; and
  • removed old CNAME which isn't needed for GitHub Workflow publication.

- added GitHub Actions publication workflow script to `.github/workflows/jekyll-gh-pages.yml`;
- added `spec-publisher` project as a git submodule;
- using basic Markdown templates added as `BASE.md`, `SITE_BASE.md`, `SITE.md` and `PDF.md`;
- added docker scripts for automatic publication of the site and PDF, `create-site.sh` and `create-pdf.sh`;
- added `./docs/Gemfile` and `docs/_config.yml` to support GitHub Pages publication;
- removed unnecessary intro to the markdown source `specification/CITS_Geospatial_v3.md`;
- added publication metadata file `specification/metadata.md`; and
- removed old `CNAME` which isn't needed for GitHub Workflow publication.
FEAT: Automatic site and PDF publication
@carlwilson carlwilson self-assigned this Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant