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
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user