File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 uses : JamesIves/github-pages-deploy-action@v4.8.0
4545 with :
4646 branch : gh-pages
47- folder : docs/src/.vuepress/dist
48-
49- - name : Upload to jaronnie/jzero-docs-deploy-pages
50- run : |
51- go install github.com/jaronnie/grum@latest
52- GITHUB_TOKEN=${{ secrets.ACCESS_TOKEN }} grum clone https://github.com/jaronnie/jzero-docs-deploy-pages
53- cd jzero-docs-deploy-pages
54- git config user.name "dependabot[bot]"
55- git config user.email "49699333+dependabot[bot]@users.noreply.github.com"
56- find . -mindepth 1 ! -name "api" ! -name ".git" ! -name "vercel.json" ! -path "./api/*" ! -path "./.git/*" -exec rm -rf {} +
57- mv ../docs/src/.vuepress/dist/* ./
58- git add .
59- git diff-index --quiet HEAD || git commit -m "chore(docs): update docs"
60- git push -f
47+ folder : docs/src/.vuepress/dist
You can’t perform that action at this time.
0 commit comments