fix image path in README.md (#434)

This commit is contained in:
Ulf Gebhardt 2025-07-30 08:21:35 +01:00 committed by GitHub
parent 5293ee3102
commit 5578c07c44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,6 +130,6 @@ For the github webhook configure the following:
This repository utilizes `vuepress-deploy` to automatically deploy the current `master` branch to github pages.
![repo-architecture](./docs/images/docs/architecture.png)
![repo-architecture](./docs/.vuepress/public/images/docs/architecture.png)
A Pullrequest-Review-Workflow is applied to get changes into the `master`. From there on an automatic github workflow script utilizing `vuepress-deploy` is taking over. The vuepress page is built and force-pushed to the `gh-pages` branch, which in turn is then deployed on the github pages infrastructure and bound to the web address [IT4C.dev](https://www.it4c.dev).