diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e48c103..6fe7bf3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,6 +18,8 @@ jobs: - name: Install nodejs run: apt-get update && apt-get install -y nodejs - uses: actions/checkout@v4 + with: + github-server-url: 'https://pixelyfier.com/git' - name: Build the thesis run: latexmk thesis && latexmk abstract-cz && latexmk abstract-en - name: Upload artifacts