From c89d8d69ffcf53bc7b0daa2f8c3e71dff220cfa5 Mon Sep 17 00:00:00 2001 From: Stefan Benz Date: Fri, 18 Sep 2020 11:17:08 +0200 Subject: [PATCH] fix(documentation): added source checkout before release --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c69ca69..b1a1ae5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,7 @@ jobs: runs-on: ubuntu-18.04 name: Release Documentation steps: + - uses: actions/checkout@v2 - uses: actions/download-artifact@v2 with: path: .artifacts