File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 4343 with :
4444 source : ./examples/sites/dist
4545 destination : ./_site
46- - run : sudo chmod -R 777 ./dist
46+ - run : sudo chmod -R 777 ./_site
4747 - run : cp ./examples/sites/dist/assets/_commonjsHelpers*.js ./_site/assets
4848 - run : cp ./_site/index.html ./_site/404.html
49+ - run : sed -i 's/\/static/\/tiny-vue\/static/' ./_site/static/js/design-common.js
50+ - run : ls ./_site/\@demos/app/button/webdoc
51+ - run : ls ./_site/\@demos/app/dialog-select/webdoc
52+ - run : sudo apt update
53+ - run : sudo apt install -y rename
54+ - run : man rename
55+ - run : rename 's/.html/.md/' ./_site/\@demos/app/*/webdoc/*.html
56+ - run : ls ./_site/\@demos/app/alert/webdoc
57+ - run : cp ./examples/sites/dist/@demos/app/button/webdoc/*.md ./_site/\@demos/app/button/webdoc
58+ - run : ls ./_site/\@demos/app/button/webdoc
4959 - name : Upload artifact
5060 uses : actions/upload-pages-artifact@v3
5161
You can’t perform that action at this time.
0 commit comments