From 069e9e580403cf0aa9aa4f40dd309455bcb61b74 Mon Sep 17 00:00:00 2001 From: Timo Welde Date: Wed, 5 Aug 2020 14:12:58 +0200 Subject: [PATCH] fix: doc publish --- .github/workflows/docpublish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docpublish.yml b/.github/workflows/docpublish.yml index 2fbf6155a..028e374d1 100644 --- a/.github/workflows/docpublish.yml +++ b/.github/workflows/docpublish.yml @@ -1,4 +1,4 @@ -name: Build and Deploy +name: Build and Deploy API docs on: release: @@ -21,6 +21,6 @@ jobs: - name: Deploy uses: JamesIves/github-pages-deploy-action@releases/v3 with: - ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages # The branch the action should deploy to. FOLDER: docs/api # The folder the action should deploy.