File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments