Skip to content

Commit 394da05

Browse files
committed
work on remote help updating
1 parent 055d295 commit 394da05

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.github/workflows/update_help.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,25 @@ jobs:
3939
# MD help conversion
4040
- name: convert MDhelp
4141
run: |
42+
pwd
4243
cd _docs/MDhelp
4344
mkdocs build
4445
python findMDanchors.py # create an anchor index
4546
rm -rf ../../GSASII/help/assets/javascripts/
4647
rm -rf ../../GSASII/help/assets/stylesheets/
4748
cp -vr site/* ../../GSASII/help
49+
cd ../../GSASII/help
50+
pwd
51+
ls -lt
4852
4953
# - name: git diagnostics
50-
# run: |
51-
# pwd
52-
# git status
53-
# git diff
54-
# git add GSASII/help
55-
# echo "After add"
56-
# git status
54+
run: |
55+
pwd
56+
git status
57+
git diff
58+
git add GSASII/help
59+
echo "After add"
60+
git status
5761
5862
- name: commit changes
5963
run: |

0 commit comments

Comments
 (0)