Skip to content

Commit

Permalink
Cleanup project after moving from couscus to docusaurus (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuspoerschke authored Apr 21, 2021
1 parent 6df7f68 commit f3b9cfb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/.couscous
/build
/vendor
/website/template/static
/website/.docusaurus
/website/node_modules
2 changes: 0 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ on:
push:
paths:
- ".github/workflows/website.yml"
- "docs/**"
- "website/**"
- "couscous.yml"
- "Dockerfile"
branches:
- 2.x
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f3b9cfb

Please sign in to comment.