diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 106af500..4ea446c5 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -22,6 +22,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