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