From 22884fc53825f08efe574e2bc34a878b7f5a64e1 Mon Sep 17 00:00:00 2001 From: Morten Nielsen <1378165+dotMorten@users.noreply.github.com> Date: Mon, 20 Jan 2020 23:52:15 -0800 Subject: [PATCH] Update ghpages.yml --- .github/workflows/ghpages.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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.