From aea7446b2c2f58206c67a8d2b20bbe6cb49207bb Mon Sep 17 00:00:00 2001 From: edoapra Date: Tue, 4 Jan 2022 11:44:59 -0800 Subject: [PATCH] rmoved sparse checkout of archived forum [ci skip] --- .github/workflows/website_update.yml | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/.github/workflows/website_update.yml b/.github/workflows/website_update.yml index 8689143d21..d26616e6d7 100644 --- a/.github/workflows/website_update.yml +++ b/.github/workflows/website_update.yml @@ -52,19 +52,12 @@ jobs: run: | ls -lrt docs - name: checkout archived forum - shell: bash - working-directory: contrib/mkdocs/docs - run: | - git clone --depth 1 --filter=blob:none --sparse \ - https://github.com/nwchemgit/archivedforum - cd archivedforum - git sparse-checkout set Special_AWCforum -# uses: actions/checkout@v2 -# with: -# path: contrib/mkdocs/docs/archivedforum -# repository: nwchemgit/archivedforum -# persist-credentials: false -# fetch-depth: 1 + uses: actions/checkout@v2 + with: + path: contrib/mkdocs/docs/archivedforum + repository: nwchemgit/archivedforum + persist-credentials: false + fetch-depth: 1 - name: soft-link archiveforum source shell: bash working-directory: contrib/mkdocs/docs/