**docs(readme): fix demo link and update GitHub Actions workflow versions**
### Changes:
- **README.md**: Corrected the relative path for the live demo link to `examples/demo.html`.
- **github-pages.yml**:
- Updated GitHub Actions steps to their latest versions:
- `actions/checkout@v4`
- `actions/configure-pages@v4`
- `actions/upload-pages-artifact@v3`
- `actions/deploy-pages@v4`
- Ensured compatibility with the latest versions of the workflow actions.
### Purpose:
Fixed a broken link in the README for better user accessibility to the demo. Updated workflow actions in `github-pages.yml` to leverage the latest performances and features.
This commit is contained in:
parent
3014a32e20
commit
b5d73a54bf
2 changed files with 8 additions and 8 deletions
|
|
@ -955,7 +955,7 @@ Before deploying, make sure to configure the appropriate environment variables i
|
|||
The repository includes a comprehensive demo that showcases Brainy's main features:
|
||||
|
||||
- `examples/demo.html` - A single demo page with animations demonstrating Brainy's features.
|
||||
- **[Try the live demo](https://soulcraft.github.io/brainy/demo.html)** - Check out the interactive demo on GitHub Pages
|
||||
- **[Try the live demo](https://soulcraft.github.io/brainy/examples/demo.html)** - Check out the interactive demo on GitHub Pages
|
||||
- Or run it locally with `npm run demo` (see [demo instructions](README.demo.md) for details)
|
||||
|
||||
The demo showcases:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue