We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aef9ec2 + 7b6a19f commit 71d5544Copy full SHA for 71d5544
.github/workflows/update_help.yml
@@ -26,11 +26,9 @@ jobs:
26
- name: Checkout tutorials repo
27
uses: actions/checkout@v4
28
with:
29
- repository: AdvancedPhotonSource/GSAS-II-tutorials.git
+ repository: AdvancedPhotonSource/GSAS-II-tutorials
30
path: _docs
31
ref: main
32
- sparse-checkout: MDhelp/docs
33
- sparse-checkout-cone-mode: true
34
35
- name: Compare files
36
id: compare
@@ -89,7 +87,7 @@ jobs:
89
87
# get the help pages from GSAS-II docs repo
90
88
91
92
93
94
95
0 commit comments