From cd497ac9d88a3ef724346d8cde87fba3fd8ba1d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bundyra?= Date: Tue, 7 Jan 2020 23:02:31 +0000 Subject: [PATCH] Update github action to build and deploy the documentation --- .github/workflows/docs-build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs-build.yml b/.github/workflows/docs-build.yml index 05fa465..6146482 100644 --- a/.github/workflows/docs-build.yml +++ b/.github/workflows/docs-build.yml @@ -1,4 +1,4 @@ -name: docs build +name: docs-build on: push: @@ -10,9 +10,7 @@ jobs: build-deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: Build Docs uses: laminas/documentation-theme/github-actions/docs@master env: - ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} + DOCS_DEPLOY_KEY: ${{ secrets.DOCS_DEPLOY_KEY }}