My blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add deploy workflow

dish 38450dfb 246af1db

+21
+21
.forgejo/workflows/deploy.yaml
··· 1 + on: 2 + push: 3 + branches: 4 + - main 5 + 6 + jobs: 7 + build: 8 + runs-on: default 9 + steps: 10 + - name: Checkout Repo 11 + uses: https://code.forgejo.org/actions/checkout@v4 12 + with: 13 + submodules: true 14 + 15 + - name: Run Lume Build 16 + run: nix run nixpkgs#deno -- task build 17 + 18 + - name: Deploy 19 + uses: https://git.pyrox.dev/actions/pages-action@v2 20 + with: 21 + folder: ./_site