From 9a7ff23338c89963ba9c4382e15ee3d0cd894bb1 Mon Sep 17 00:00:00 2001 From: jgrogan Date: Mon, 26 Aug 2024 16:11:46 +0100 Subject: [PATCH] Add a forgejo action --- .forgejo/workflows/demo.yaml | 6 ++++++ README.md | 11 ++--------- 2 files changed, 8 insertions(+), 9 deletions(-) create mode 100644 .forgejo/workflows/demo.yaml diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml new file mode 100644 index 0000000..d470cda --- /dev/null +++ b/.forgejo/workflows/demo.yaml @@ -0,0 +1,6 @@ +on: [push] +jobs: + test: + runs-on: docker + steps: + - run: echo All Good diff --git a/README.md b/README.md index a6113c0..50f7b6c 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,4 @@ -# Personal Website Front-End +# Personal Website -Requires the `tsc` typescript compiler. +This repo has the content for https://www.jmsgrogan.com/ -To build do: - -```sh -tsc -``` - -in this directory. \ No newline at end of file