From 2c7b90601c1122f544014b7389bede4fe3b038cd Mon Sep 17 00:00:00 2001 From: edoapra Date: Mon, 3 Jan 2022 16:10:44 -0800 Subject: [PATCH] fix directory name [ci skip] --- .github/workflows/website_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website_update.yml b/.github/workflows/website_update.yml index 2d64991d1c..2508dd2ef3 100644 --- a/.github/workflows/website_update.yml +++ b/.github/workflows/website_update.yml @@ -82,7 +82,7 @@ jobs: - name: Push changes uses: ad-m/github-push-action@master with: - directory: contrib/mkdocs/docs/nwchemgit.github.io + directory: contrib/mkdocs/nwchemgit.github.io github_token: ${{ secrets.REPOSITORY_TOKEN }} branch: ${{ github.ref }} repository: nwchemgit/nwchemgit.github.io