opendut
opendut copied to clipboard
Provide documentation as GitHub Page (proper)
Follow-up story to #89.
Tasks:
- [ ] Move code from https://github.com/eclipse-opendut/eclipse-opendut.github.io (excluding the
book/folder) into this repo into folderopendut-homepage. - [ ] Create
cargo ci doc homepage buildcommand, which builds the book first and then places everything intotarget/ci/homepage. - [ ] Add GitHub workflow which calls
cargo ci doc homepage buildand pushes artifact to eclipse-opendut.github.io repo.
Preparation for #126.