From cdc307172d3ab9140e63486933bd10fefe0e208d Mon Sep 17 00:00:00 2001
From: Olivier NOUGUIER
Date: Sat, 25 Nov 2023 16:06:05 +0100
Subject: [PATCH] fix demo
---
.github/workflows/website.yml | 2 +-
docs/_docs/index.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index 7cf1e50..35dc28d 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -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"
diff --git a/docs/_docs/index.html b/docs/_docs/index.html
index 939834b..abe4bab 100644
--- a/docs/_docs/index.html
+++ b/docs/_docs/index.html
@@ -8,4 +8,4 @@ Laminar Form Derivation
Laminar Form Derivation is a library that allows you to derive a form from a case class.
- 🚀 Demo
\ No newline at end of file
+ 🚀 Demo
\ No newline at end of file