diff --git a/.dockerignore b/.dockerignore index 61736a8f..f208b367 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,4 @@ -/.couscous +/build /vendor -/website/template/static +/website/.docusaurus /website/node_modules diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 28ec4809..e5791e3a 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -4,9 +4,7 @@ on: push: paths: - ".github/workflows/website.yml" - - "docs/**" - "website/**" - - "couscous.yml" - "Dockerfile" branches: - 2.x diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f30439d1..ce89c33e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,7 +35,7 @@ make fix ## Documentation The documentation will be published on the website `https://ical.poerschke.nrw`. -The sources are available within the `docs/` folder. +The sources are available within the `website/docs/` folder. To preview the result, you can run: ``` diff --git a/Makefile b/Makefile index 76ba5933..5be8470e 100644 --- a/Makefile +++ b/Makefile @@ -102,4 +102,4 @@ docs-preview: docs-dependencies .PHONY: clean clean: - rm -rf vendor website/node_modules website/build website/.docusaurus couscous.phar node_modules .phpunit.result.cache .php_cs.cache report + rm -rf vendor website/node_modules website/build website/.docusaurus node_modules .phpunit.result.cache .php_cs.cache build