We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556b758 commit 1927f1cCopy full SHA for 1927f1c
.github/workflows/deploy-vitepress-docs.yaml
@@ -47,10 +47,6 @@ jobs:
47
run: npm ci
48
- name: Fetch gh-pages branch
49
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
54
- name: generate CLI doc
55
working-directory: packages/documentation
56
run: npm run generate-cli-doc
0 commit comments