sparse checkout of nwchem/contrib/mkdocs [ci skip]

This commit is contained in:
edoapra 2022-01-04 10:55:14 -08:00
parent 49a1c68fdf
commit 10db987068
No known key found for this signature in database
GPG key ID: 472C4EBB4F3AEDFA

View file

@ -15,9 +15,20 @@ jobs:
steps:
- name: Checkout nwchem code
uses: actions/checkout@v2
with:
fetch-depth: 1
shell: bash
run: |
cd $GITHUB_WORKSPACE
pwd
ls -lart
cd ..
ls -lart
git clone --depth 1 --filter=blob:none --sparse \
https://github.com/nwchemgit/nwchem nwchem
cd nwchem
git sparse-checkout set contrib/mkdocs
# uses: actions/checkout@v2
# with:
# fetch-depth: 1
- name: Set up Python 3
uses: actions/setup-python@v2