Skip to content

Commit

Permalink
Update github-pages-deploy-action usage
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewCarlson committed Jul 14, 2022
1 parent 09287f2 commit 5578d6a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ jobs:
- name: Publish Docs
uses: JamesIves/github-pages-deploy-action@v4.3.4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: docs
FOLDER: build/dokka/htmlMultiModule
SINGLE_COMMIT: true
branch: docs
folder: build/dokka/htmlMultiModule
single-commit: true

0 comments on commit 5578d6a

Please sign in to comment.