Skip to content

Commit c4b5a59

Browse files
author
abrulic
committed
small formatting
1 parent 6e808f9 commit c4b5a59

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ jobs:
7070
run: pnpm run generate:docs
7171

7272
- name: Pack generated docs (tarball)
73-
# FIXME adjust if working with monorepo structure
74-
# run: |
75-
# tar -czf docs-generated.tgz -C docs generated-docs
76-
# ls -lh docs/docs-generated.tgz
73+
# FIXME adjust if working with monorepo structure
74+
# run: |
75+
# tar -czf docs-generated.tgz -C docs generated-docs
76+
# ls -lh docs/docs-generated.tgz
7777
run: |
7878
tar -czf docs-generated.tgz generated-docs
7979
ls -lh docs-generated.tgz
@@ -108,11 +108,11 @@ jobs:
108108
path: .
109109

110110
- name: Unpack generated docs
111-
# FIXME adjust if working with monorepo structure
112-
# run: |
113-
# set -euxo pipefail
114-
# tar -xzf docs-generated.tgz -C docs
115-
# ls -laR docs/generated-docs | sed -n '1,200p'
111+
# FIXME adjust if working with monorepo structure
112+
# run: |
113+
# set -euxo pipefail
114+
# tar -xzf docs-generated.tgz -C docs
115+
# ls -laR docs/generated-docs | sed -n '1,200p'
116116
run: |
117117
tar -xzf docs-generated.tgz
118118
ls -laR generated-docs | sed -n '1,200p'

0 commit comments

Comments
 (0)