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 d46299d commit 6f534c3Copy full SHA for 6f534c3
.github/workflows/builddocsite.yml
@@ -78,8 +78,8 @@ jobs:
78
mv site/GSASII-help.pdf ../docs/
79
# create an anchor index in the help files (only used by Python code)
80
python findMDanchors.py
81
- cp -vr site/* ../help/
82
-
+ cp -vr site ../help
+
83
# - name: Upload help artifact # creates zip file with website contents for debug
84
# uses: actions/upload-pages-artifact@v3
85
# with:
0 commit comments