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

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

View file

@ -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