Compare commits

..

6 Commits

Author SHA1 Message Date
ae33db2a98
wip 2024-12-21 14:19:02 +01:00
928801234d
fix pipelines 2024-12-21 14:19:02 +01:00
5b66c9ed2b
whoops 2024-12-21 14:19:02 +01:00
398a6a6cb2
wip 2024-12-21 14:19:02 +01:00
bca12e5483 center files table
Reviewed-on: sites/file-explorer#11
Co-authored-by: jank1619 <jan@kjan.email>
Co-committed-by: jank1619 <jan@kjan.email>
2024-12-21 13:18:10 +00:00
ca9a18987b refactor pipelines
Reviewed-on: sites/file-explorer#10
2024-12-19 13:06:24 +00:00
2 changed files with 4 additions and 4 deletions

View File

@ -9,8 +9,8 @@ jobs:
build:
runs-on: remote
steps:
- uses: actions/checkout@v4
- uses: docker/login-action@v1
- uses: https://git.simonis.lol/actions/checkout@v4
- uses: https://git.simonis.lol/actions/login@v1
with:
registry: git.simonis.lol
username: ${{ vars.DOCKER_USER }}

View File

@ -3,7 +3,7 @@
{% block title %}Home{% endblock %}
{% block body %}
<center class="container mt-5">
<center class="container mt-5 mx-auto">
{% include '_partials/_table.html.twig' %}
</center>
{% endblock %}
{% endblock %}