From 8e73e70475f0e3cd0b78cbac6a78eae4f358c112 Mon Sep 17 00:00:00 2001 From: Stefan Martinov Date: Wed, 8 Dec 2021 15:16:20 +0100 Subject: [PATCH] feat: set correct work directory --- .github/workflows/documentation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 39af625..05419df 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -17,6 +17,7 @@ jobs: with: node-version: '12.x' - name: Test Build + working-directory: foomo run: | if [ -e yarn.lock ]; then yarn install --frozen-lockfile @@ -38,6 +39,7 @@ jobs: with: ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }} - name: Release to GitHub Pages + working-directory: foomo env: USE_SSH: true GIT_USER: git