Skip to content

Commit 3d2dd68

Browse files
committed
fix: apidocs prefix during deploy
Signed-off-by: Sam Gammon <[email protected]>
1 parent d58f6dd commit 3d2dd68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ jobs:
8888

8989
- name: Create API docs layout
9090
run: |
91-
mkdir -p dir/api
91+
mkdir -p dir/
9292
cp -fv apidocs.tgz dir/
9393
cd dir
94-
tar --strip-components=1 -xzf apidocs.tgz
94+
tar -xzf apidocs.tgz
9595
rm -fv apidocs.tgz
9696
cd ..
9797
echo "API docs unpacked."

0 commit comments

Comments
 (0)