Conversation
e28ef6b to
007a87d
Compare
6e54a42 to
bf47b33
Compare
bf47b33 to
fa21ea5
Compare
Run cd awesome-src
> build
> NODE_OPTIONS='--import tsx' dotenv -e .env -- vite build
[plugins](loaded): 0 plugin(s) found.
[repository](source): /home/runner/work/awesome-ui/awesome-ui
[repository](public): /home/runner/work/awesome-ui/awesome-ui/awesome-src/packages/website/public/repository
[repository](bundled): 1 pattern(s) configured for inline bundling
[repository](ignore): .git, node_modules, .DS_Store
vite v6.4.1 building for production...
[repository](copy): copied 128 file(s) → /home/runner/work/awesome-ui/awesome-ui/awesome-src/packages/website/public/repository
[repository](copy): copied 128 file(s) → /home/runner/work/awesome-ui/awesome-ui/awesome-src/packages/website/public/repository
transforming...
[repository](load): bundled 1 file(s) from "/home/runner/work/awesome-ui/awesome-ui"
✓ 554 modules transformed.
rendering chunks...
computing gzip size...
dist/manifest.webmanifest 0.36 kB
dist/index.html 0.62 kB │ gzip: 0.34 kBBuild is being successful but current issue is that the whole raideno/awesome repository is being copied into the public directory, so we need to first copy the repository's content into some directory inside awesome-src and give that path when building the website. |
|
Bug above is solved, action runs correctly but when site is uploaded, if we visit https://raideno.github.io/awesome-ui/repository/README.md for the first time, we see it and find it there, same thing for the list.yaml or resources.yaml, but if we refresh the page and visit it a second time, the list doesn't appear anymore and we just get the fallback html, the list it self. |
Based on issue #88.