Update ghpages.yml

This commit is contained in:
Morten Nielsen 2020-01-20 23:52:15 -08:00 committed by GitHub
parent 8401623f88
commit 22884fc538
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.