My website lesbian.skin
0
fork

Configure Feed

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

Update workflow

+4 -5
+4 -5
.forgejo/workflows/build_and_deploy.yml
··· 1 1 name: 🚀 Build and Deploy 2 - on: [push] 2 + on: 3 + push: 4 + branches: 5 + - main 3 6 jobs: 4 7 run: 5 8 runs-on: ubuntu-latest 6 9 steps: 7 10 - uses: actions/checkout@v4 8 - - uses: https://github.com/erlef/setup-beam@v1 9 - with: 10 - otp-version: "27" 11 - gleam-version: "1.4.1" 12 11 - run: gleam run -m build 13 12 - run: cd priv 14 13 - run: git init