Skip to content

Commit 71d5544

Browse files
authored
Merge pull request #297 from AdvancedPhotonSource/copilot/fix-update-help-workflow
[WIP] Fix update_help.yml workflow to detect help file changes
2 parents aef9ec2 + 7b6a19f commit 71d5544

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/update_help.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ jobs:
2626
- name: Checkout tutorials repo
2727
uses: actions/checkout@v4
2828
with:
29-
repository: AdvancedPhotonSource/GSAS-II-tutorials.git
29+
repository: AdvancedPhotonSource/GSAS-II-tutorials
3030
path: _docs
3131
ref: main
32-
sparse-checkout: MDhelp/docs
33-
sparse-checkout-cone-mode: true
3432

3533
- name: Compare files
3634
id: compare
@@ -89,7 +87,7 @@ jobs:
8987
# get the help pages from GSAS-II docs repo
9088
uses: actions/checkout@v4
9189
with:
92-
repository: AdvancedPhotonSource/GSAS-II-tutorials.git
90+
repository: AdvancedPhotonSource/GSAS-II-tutorials
9391
path: _docs
9492
ref: main
9593

0 commit comments

Comments
 (0)