Skip to content

Commit fa6d0f8

Browse files
committed
Fix artifact upload path
1 parent 96afebd commit fa6d0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/upload-artifact@v2
4545
with:
4646
name: FORD-API-docs
47-
path: ./API-docs
47+
path: ./API-doc/
4848
- name: Broken Link Check
4949
uses: technote-space/broken-link-checker-action@v1
5050
with:

0 commit comments

Comments
 (0)