Skip to content

Commit 5896a6f

Browse files
committed
still fixing docs
1 parent ea32d1e commit 5896a6f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/deploy-to-aws.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
with:
2727
name: smartsetup-doc
2828

29-
- name: Check folder
29+
- name: Check folder 1
30+
run: pwd
31+
- name: Check folder 2
3032
run: ls -la
3133

3234
- name: Configure AWS credentials
@@ -40,7 +42,7 @@ jobs:
4042
run: ls -la
4143

4244
- name: Upload documentation files
43-
run: aws s3 sync ./smartsetup-doc s3://tms-site-doc/smartsetup
45+
run: aws s3 sync ./ s3://tms-site-doc/smartsetup
4446

4547
- name: Invalidate CDN
4648
run: aws cloudfront create-invalidation --distribution-id E28KJG21XS16K3 --paths "/smartsetup*"

.github/workflows/xmldocer-build-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Run xmldocer
5252
run: cd doc && PATH=$PATH:/root/.dotnet/tools && ../xmldocer/xmldocer VCL smartsetupdoc.ini --verbose
5353

54-
- name: Archive code coverage results
54+
- name: Archive generated documentation
5555
uses: actions/upload-artifact@v4
5656
with:
5757
name: smartsetup-doc

0 commit comments

Comments
 (0)