parent
2bea21e55b
commit
e4fc70c7a4
|
@ -1,6 +1,8 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
build:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
||||
- uses: https://forgejo.vanten-s.com/vanten-s/vanten-s.com@main
|
||||
- run: git clone https://forgejo.vanten-s.com/vanten-s/vanten-s.com
|
||||
- run: hugo
|
||||
|
|
3
Dockerfile
Normal file
3
Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM alpine
|
||||
|
||||
RUN apk add hugo
|
|
@ -8,8 +8,7 @@ draft = false
|
|||
|
||||
I'm vanten. A software engineer and child from Sweden.
|
||||
|
||||
|
||||
My geekcode:
|
||||
My [geekcode](https://geekcode.xyz):
|
||||
```text
|
||||
-----BEGIN GEEK CODE BLOCK-----
|
||||
version: 3.1
|
||||
|
|
Loading…
Reference in a new issue