Compare commits

..

No commits in common. "a31e8268eaf8062d0c1811012efc9d8af340503c" and "69093b5d0bb1054bafed4dc30d7fa39ade6a080e" have entirely different histories.

View File

@ -6,5 +6,3 @@ The website displaying this content can be reached under [https://lectures.schal
### Mechanics behind
I use the `react.js` framework so my lectures can be displayed neatly in any browser. From this repository, the sources are checked out by an automation from Gitea called *act_runner* that listens to repository push. It then deploys the `html` output to my webserver solution *caddy* so the content can be displayed on any client's browser.
As the *act_runner* will use `main`, I disallowed pushing to it.