Revert "ci: Delete all old CI files"

This reverts commit 35bffa5970.
This commit is contained in:
morguldir 2025-04-15 20:09:25 +02:00
parent 6e5392c2f5
commit 9ce78ffae2
No known key found for this signature in database
GPG key ID: 5A6025D4F6E7A8A3
7 changed files with 1143 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<!-- Please describe your changes here -->
-----------------------------------------------------------------------------
- [ ] I ran `cargo fmt`, `cargo clippy`, and `cargo test`
- [ ] I agree to release my code and all other changes of this MR under the Apache-2.0 license

3
.gitlab/route-map.yml Normal file
View file

@ -0,0 +1,3 @@
# Docs: Map markdown to html files
- source: /docs/(.+)\.md/
public: '\1.html'