From e648f64628a0f479bb7e198de592d65b8588efe8 Mon Sep 17 00:00:00 2001 From: Leo Schick Date: Fri, 12 Apr 2024 22:03:21 +0200 Subject: [PATCH] update readme --- .github/workflows/vuepress-deploy.yml | 7 ++++++- README.md | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index e7a7698..da61e52 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -1,5 +1,10 @@ name: Build and Deploy -on: [push] + +on: + push: + branches: + - main + jobs: build-and-deploy: runs-on: ubuntu-latest diff --git a/README.md b/README.md index 7bccc60..17c914e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # libfintx.github.io -The source for [libfintx.github.io](https://libfintx.github.io). +The source for [libfintx.github.io](https://libfintx.github.io). It is based on [VuePress](https://vuepress.vuejs.org/), deploying automatically a static website when you push to the branch `main`.