Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-schick committed Apr 12, 2024
1 parent a5ba90d commit e648f64
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/vuepress-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Build and Deploy
on: [push]

on:
push:
branches:
- main

jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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`.

0 comments on commit e648f64

Please sign in to comment.