From cb3b5f2d83cb796cdfab42f768efe43586bf1c6a Mon Sep 17 00:00:00 2001 From: "oleg.petruny" Date: Wed, 12 Feb 2025 19:30:50 +0000 Subject: [PATCH] Update .github/workflows/pages.yml --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index c03fe9c..8788c5d 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Install nodejs run: apt-get update && apt-get install -y nodejs - - uses: actions/checkout@v3 + - uses: https://gitea.com/ScMi1/checkout@v1 - name: Build the thesis run: latexmk thesis && latexmk abstract-cz && latexmk abstract-en - name: Prepare a website directory