diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml new file mode 100644 index 0000000..f05e4d2 --- /dev/null +++ b/.forgejo/workflows/demo.yml @@ -0,0 +1,6 @@ +on: [push] +jobs: + test: + runs-on: docker + steps: + - run: echo All good! \ No newline at end of file diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yml similarity index 91% rename from .forgejo/workflows/deploy.yaml rename to .forgejo/workflows/deploy.yml index f7ac6ee..a781e23 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yml @@ -7,12 +7,11 @@ on: jobs: build: runs-on: docker - container: - image: alpine:3.20 + image: alpine # TODO Idk if this keyword works? steps: - name: Install dependencies and Hugo - run: | + run: # apk add --no-cache curl bash git libc6-compat # Install Hugo (Refer to https://gohugo.io/installation/linux/)