Skip to content

Commit

Permalink
Try alternative docs publishing action
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Jun 14, 2022
1 parent 7b46afb commit 2aa2bd2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
- name: Build Docs
uses: ./.github/actions/build-docs
- name: Publish Docs to gh-pages
uses: maxheld83/ghpages@v0.3.0
uses: JamesIves/github-pages-deploy-action@v4.3.3
with:
branch: gh-pages
folder: docs
env:
BUILD_DIR: docs/
GH_PAT: ${{ secrets.GH_PAT }}

0 comments on commit 2aa2bd2

Please sign in to comment.