We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055d295 commit 394da05Copy full SHA for 394da05
.github/workflows/update_help.yml
@@ -39,21 +39,25 @@ jobs:
39
# MD help conversion
40
- name: convert MDhelp
41
run: |
42
+ pwd
43
cd _docs/MDhelp
44
mkdocs build
45
python findMDanchors.py # create an anchor index
46
rm -rf ../../GSASII/help/assets/javascripts/
47
rm -rf ../../GSASII/help/assets/stylesheets/
48
cp -vr site/* ../../GSASII/help
49
+ cd ../../GSASII/help
50
51
+ ls -lt
52
53
# - name: git diagnostics
- # run: |
- # pwd
- # git status
- # git diff
54
- # git add GSASII/help
55
- # echo "After add"
56
+ run: |
+ git status
57
+ git diff
58
+ git add GSASII/help
59
+ echo "After add"
60
61
62
- name: commit changes
63
0 commit comments