From 1b78b371aa5fd67083fbabc24775cc4092c30357 Mon Sep 17 00:00:00 2001 From: Mario Sarcher Date: Tue, 27 Oct 2020 15:49:31 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e251fcc610..2e9391da1d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,7 +46,8 @@ jobs: - name: Push changes uses: ad-m/github-push-action@master with: - directory: ./lensdocs + directory: ./lensdocs + repository: lensapp/docs branch: gh-pages github_token: ${{ secrets.GITHUB_TOKEN }}