this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿšš Move demo to /demo, crate docs to root

+2 -2
+1 -1
.github/workflows/deploy.yml
··· 10 10 - run: just web 11 11 - uses: actions/setup-node@v4.2.0 12 12 - uses: peaceiris/actions-gh-pages@v3 13 - with: { publish_dir: examples/web } 13 + with: { publish_dir: examples/web, destination_dir: demo }
+1 -1
.github/workflows/docs.yml
··· 15 15 with: { command: doc, args: "--no-deps --target-dir docs" } 16 16 - name: Deploy with gh-pages 17 17 uses: peaceiris/actions-gh-pages@v3 18 - with: { publish_dir: docs, destination_dir: docs } 18 + with: { publish_dir: docs }