Skip to content

Commit 1927f1c

Browse files
committed
refactor: Pipeline cleanups
1 parent 556b758 commit 1927f1c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/deploy-vitepress-docs.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ jobs:
4747
run: npm ci
4848
- name: Fetch gh-pages branch
4949
run: git fetch origin gh-pages --depth=1
50-
# - name: Set /site ownership to current user
51-
# run: |
52-
# mkdir site
53-
# sudo chown -R $(id -u):$(id -g) ./site
5450
- name: generate CLI doc
5551
working-directory: packages/documentation
5652
run: npm run generate-cli-doc

0 commit comments

Comments
 (0)