Podmiana Action w .jaml
Some checks failed
Build Documentation / budowanie_dokumentacji (push) Failing after 14s

This commit is contained in:
s22775-pj-Oleksii-Sumrii
2026-03-24 16:41:42 +01:00
parent 19fc592521
commit 7b29110287

View File

@@ -6,11 +6,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
# Zastępujemy actions/checkout@v3 ręcznym klonowaniem do obecnego folderu (kropka na końcu)
- name: Reczne pobranie kodu
run: git clone http://gitea.archvium.eu:30230/OleksiiS/Dokumentacja-Latex.git .
- name: Run Makefile in Docker
# Odpalamy kontener z LaTeXem tylko na ten jeden moment, mapując folder z kodem
run: |
docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace registry.gitlab.com/islandoftex/images/texlive:latest make all