Skip to content

Commit 6f534c3

Browse files
committed
work on build
1 parent d46299d commit 6f534c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/builddocsite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
mv site/GSASII-help.pdf ../docs/
7979
# create an anchor index in the help files (only used by Python code)
8080
python findMDanchors.py
81-
cp -vr site/* ../help/
82-
81+
cp -vr site ../help
82+
8383
# - name: Upload help artifact # creates zip file with website contents for debug
8484
# uses: actions/upload-pages-artifact@v3
8585
# with:

0 commit comments

Comments
 (0)