From 50d327956c9c80e6555f482df84a9d898faadfba Mon Sep 17 00:00:00 2001 From: lorin Date: Fri, 27 Sep 2024 15:25:15 +0200 Subject: [PATCH] Update pr.yml --- .github/workflows/pr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ba4e7359..e46bb40f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -20,6 +20,8 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: + - name: Checkout repository + uses: actions/checkout@v2 - uses: ./.github/workflows/build_site - name: Add private key shell: bash