My website lesbian.skin
0
fork

Configure Feed

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

Give up on workflow for now

-22
-22
.forgejo/workflows/build_and_deploy.yml
··· 1 - name: 🚀 Build and Deploy 2 - on: 3 - push: 4 - branches: 5 - - main 6 - jobs: 7 - run: 8 - runs-on: ubuntu-latest 9 - steps: 10 - - uses: actions/checkout@v4 11 - - uses: https://github.com/erlef/setup-beam@v1 12 - with: 13 - otp-version: "26" 14 - gleam-version: "1.4.1" 15 - - run: gleam run -m build 16 - - run: cd priv 17 - - run: git init 18 - - run: git remote set-url origin https://codeberg.org/naomi/naomieow.xyz.git 19 - - run: git switch --orphan pages 20 - - run: git add -A 21 - - run: git commit -m "Deploy site" 22 - - run: git push origin pages