Podmiana Action w .jaml
Some checks failed
Build Documentation / budowanie_dokumentacji (push) Failing after 14s
Some checks failed
Build Documentation / budowanie_dokumentacji (push) Failing after 14s
This commit is contained in:
@@ -6,11 +6,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
# Zastępujemy actions/checkout@v3 ręcznym klonowaniem do obecnego folderu (kropka na końcu)
|
||||||
uses: actions/checkout@v3
|
- name: Reczne pobranie kodu
|
||||||
|
run: git clone http://gitea.archvium.eu:30230/OleksiiS/Dokumentacja-Latex.git .
|
||||||
|
|
||||||
- name: Run Makefile in Docker
|
- name: Run Makefile in Docker
|
||||||
# Odpalamy kontener z LaTeXem tylko na ten jeden moment, mapując folder z kodem
|
|
||||||
run: |
|
run: |
|
||||||
docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace registry.gitlab.com/islandoftex/images/texlive:latest make all
|
docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace registry.gitlab.com/islandoftex/images/texlive:latest make all
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user