From bd7c52ba1535c7503fdbf6997ee930def8c58835 Mon Sep 17 00:00:00 2001 From: NotXia <35894453+NotXia@users.noreply.github.com> Date: Sun, 9 Jun 2024 19:18:21 +0200 Subject: [PATCH] Update readme links --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 8ceb640..92f4802 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -54,7 +54,7 @@ jobs: python3 ${GITHUB_WORKSPACE}/.github/update_readme.py \ --src-path ${GITHUB_WORKSPACE}/src \ --readme-path ${GITHUB_WORKSPACE}/.compiled/README.md \ - --gh-link https://github.com/NotXia/unibo-ai-notes/blob/pdfs + --gh-link https://raw.githubusercontent.com/NotXia/unibo-ai-notes/pdfs - name: Move to pdfs branch uses: s0/git-publish-subdir-action@develop