Skip to content

Commit

Permalink
fix: doc publish
Browse files Browse the repository at this point in the history
  • Loading branch information
tjwelde committed Aug 5, 2020
1 parent 0c44095 commit 069e9e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docpublish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Deploy
name: Build and Deploy API docs

on:
release:
Expand All @@ -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.

0 comments on commit 069e9e5

Please sign in to comment.