docs/.github/workflows
Sebastiaan van Stijn 5a1ae8310f
Separate "development" and "production" configurations
This patch updates the default configuration to match a "development"
situation, and introduces build-options to produce a "production"
build.

By default (dev environment):

- Google Analytics / GTM and PollDaddy are disabled
- SASS builds non-minified stylesheets (for easier readabililty)
- Excludes "enterprise" stubs

Building a "production" build locally is still possible by overriding
the `JEKYLL_ENV` build-arg;

    JEKYLL_ENV=production docker-compose  up --build

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-22 15:41:15 +02:00
..
build-master.yml GH Actions: disable archives on builds 2020-06-24 13:25:57 +02:00
build-pr.yml GH Actions: disable archives on builds 2020-06-24 13:25:57 +02:00
build-published.yml Separate "development" and "production" configurations 2020-10-22 15:41:15 +02:00
clean-pr.yml ci: fork shouldn't trigger deploy 2020-03-06 11:03:50 +01:00