From a4f4bbb59ef50efed557a2de16f44f6ba9a0dcbb Mon Sep 17 00:00:00 2001 From: edoapra Date: Tue, 4 Jan 2022 10:58:36 -0800 Subject: [PATCH] sparse checkout of nwchem/contrib/mkdocs [ci skip] --- .github/workflows/website_update.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/website_update.yml b/.github/workflows/website_update.yml index edd30358f6..7fb078ff9d 100644 --- a/.github/workflows/website_update.yml +++ b/.github/workflows/website_update.yml @@ -29,7 +29,12 @@ jobs: # uses: actions/checkout@v2 # with: # fetch-depth: 1 - + - name: check nwchem/contrib/mkdocs + shell: bash + run: | + ls -lrta + ls -larta nwchem + ls -Rlarta nwchem - name: Set up Python 3 uses: actions/setup-python@v2