Skip to content

Commit e57cb28

Browse files
committed
fix(ci): api docs path
1 parent 3d6386d commit e57cb28

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/reusable_publish_docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,11 @@ jobs:
7171
- name: Upload latest API docs
7272
uses: actions/upload-pages-artifact@v1
7373
with:
74-
path: ./api
74+
path: api
7575
- name: Upload versioned API docs
7676
uses: actions/upload-pages-artifact@v1
77+
env:
78+
VERSION: ${{ inputs.version }}
7779
with:
7880
path: ${{ env.VERSION }}/api
7981

0 commit comments

Comments
 (0)