mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 06:05:44 -04:00
sparse checkout of archived forum [ci skip]
This commit is contained in:
parent
9aea62fd73
commit
b1d9ce5cb1
1 changed files with 14 additions and 7 deletions
21
.github/workflows/website_update.yml
vendored
21
.github/workflows/website_update.yml
vendored
|
|
@ -52,13 +52,20 @@ jobs:
|
|||
run: |
|
||||
ls -lrt docs
|
||||
- name: checkout archived forum
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
path: contrib/mkdocs/docs/archivedforum
|
||||
repository: nwchemgit/archivedforum
|
||||
persist-credentials: false
|
||||
fetch-depth: 1
|
||||
- name: check archiveforum source
|
||||
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
|
||||
- name: soft-link archiveforum source
|
||||
shell: bash
|
||||
working-directory: contrib/mkdocs/docs/
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue