File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1717 - name : Install Dependencies
1818 run : yarn
1919 - name : Initialize asterics-docs
20- run : yarn docs init
20+ run : yarn docs init --no-reference
2121 - name : Setup docs
2222 run : yarn docs setup
2323 - name : Build
3131 run : |
3232 rm -rf gh-pages/next
3333 cp -r dist gh-pages/next
34+ git config --global user.name "${{ github.actor }}"
35+ git config --global user.email "<>"
3436 git --git-dir=gh-pages/.git --work-tree=gh-pages/ add .
3537 git --git-dir=gh-pages/.git --work-tree=gh-pages/ status
36- git --git-dir=gh-pages/.git --work-tree=gh-pages/ commit -m "docs: prerelease"
37- git --git-dir=gh-pages/.git --work-tree=gh-pages/ log -1
38+ git --git-dir=gh-pages/.git --work-tree=gh-pages/ commit
39+ git --git-dir=gh-pages/.git --work-tree=gh-pages/ log -2
3840 git --git-dir=gh-pages/.git --work-tree=gh-pages/ push
You can’t perform that action at this time.
0 commit comments