mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
sparse checkout of nwchem/contrib/mkdocs [ci skip]
This commit is contained in:
parent
49a1c68fdf
commit
10db987068
1 changed files with 14 additions and 3 deletions
17
.github/workflows/website_update.yml
vendored
17
.github/workflows/website_update.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue