Skip to content

Commit

Permalink
fix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
cheleb committed Nov 25, 2023
1 parent 897f802 commit cdc3071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["master", "fix-live-demo"]
branches: ["master", "website"]
paths-ignore:
- "**/*.md"

Expand Down
2 changes: 1 addition & 1 deletion docs/_docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ <h1>Laminar Form Derivation</h1>
Laminar Form Derivation is a library that allows you to derive a form from a case class.
</p>

<span onclick='window.open("demo/index.html", "_blank")'> 🚀 Demo</span>
<span onclick='window.open("../demo/index.html", "_blank")'> 🚀 Demo</span>

0 comments on commit cdc3071

Please sign in to comment.