From 05f0dd014982bac8de42a96288fc47580de440a5 Mon Sep 17 00:00:00 2001 From: Morten Nielsen <1378165+dotMorten@users.noreply.github.com> Date: Mon, 20 Jan 2020 20:50:31 -0800 Subject: [PATCH] Update ghpages.yml --- .github/workflows/ghpages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index 0c2174f..10d905f 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -22,7 +22,7 @@ jobs: with: args: docs\docfx.json - name: Publish Documentation - uses: maxheld83/ghpages@master" + uses: maxheld83/ghpages@master env: BUILD_DIR: artifacts/docs_site GH_PAT: ${{ secrets.GH_PAT }}