diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index 268c4e4..3fe14eb 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -27,8 +27,13 @@ jobs: # with: # args: docs/docfx.json -# - name: Publish Documentation + - name: Publish Documentation # uses: maxheld83/ghpages@master # env: # BUILD_DIR: artifacts/docs_site # GH_PAT: ${{ secrets.GH_PAT }} + uses: JamesIves/github-pages-deploy-action@releases/v3 + with: + ACCESS_TOKEN: ${{ secrets.GH_PAT }} + BRANCH: gh-pages # The branch the action should deploy to. + FOLDER: artifacts/docs_site # The folder the action should deploy.