We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266590c commit 59427dbCopy full SHA for 59427db
.github/workflows/auto-deploy-site.yml
@@ -43,9 +43,14 @@ jobs:
43
with:
44
source: ./examples/sites/dist
45
destination: ./_site
46
- - run: sudo chmod -R 777 ./dist
+ - run: sudo chmod -R 777 ./_site
47
- run: cp ./examples/sites/dist/assets/_commonjsHelpers*.js ./_site/assets
48
- 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: sudo apt update
51
+ - run: sudo apt install -y rename
52
+ - run: man rename
53
+ - run: rename 's/.html/.md/' ./_site/\@demos/app/*
54
- name: Upload artifact
55
uses: actions/upload-pages-artifact@v3
56
0 commit comments