Skip to content

Commit cffc615

Browse files
committed
more work on moving help into GSASII/newhelp
1 parent 956c330 commit cffc615

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.github/workflows/test_builddocsite.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,23 @@ jobs:
126126
# cp webdocs/_static/fix.css _static/fix.css # should be done by sphinx
127127

128128
# get the new help pages into the GSAS-II sources
129-
- name: Get GSAS-II
130-
run: |
131-
git clone --depth 1 https://github.com/AdvancedPhotonSource/GSAS-II.git _gsas2
129+
- name: Checkout
130+
uses: actions/checkout@v4
131+
with:
132+
repository: AdvancedPhotonSource/GSAS-II.git
133+
path: _gsas2
134+
ref: newhelp
135+
# - name: Get GSAS-II
136+
# run: |
137+
# git clone --depth 1 https://github.com/AdvancedPhotonSource/GSAS-II.git _gsas2
132138
- name: move help into site
133139
run: |
134-
cp -rpv MDhelp/site _gsas2/GSASII/help
140+
cp -rpv MDhelp/site/* _gsas2/GSASII/help
135141
cd _gsas2
136142
git status
143+
git add GSASII/help
144+
echo "After add"
145+
git status
137146
138147
# before uploading, clean up
139148
- name: Get rid of the rest of the GSAS-II files & other stuff not needed on web

0 commit comments

Comments
 (0)