This commit is contained in:
parent
cfaf55b4be
commit
9a7ff23338
2 changed files with 8 additions and 9 deletions
6
.forgejo/workflows/demo.yaml
Normal file
6
.forgejo/workflows/demo.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
11
README.md
11
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.
|
Loading…
Reference in a new issue