The code and data behind xeiaso.net
5
fork

Configure Feed

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

delete a deprecated job

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso 3541f9d5 f33f9c89

-26
-26
.github/workflows/flakehub-publish-rolling.yml
··· 1 - name: "Publish every Git push to main to FlakeHub" 2 - on: 3 - push: 4 - branches: 5 - - "main" 6 - jobs: 7 - flakehub-publish: 8 - runs-on: "ubuntu-latest" 9 - permissions: 10 - id-token: "write" 11 - contents: "read" 12 - steps: 13 - - uses: "actions/checkout@v3" 14 - - uses: "DeterminateSystems/nix-installer-action@main" 15 - with: 16 - flakehub: true 17 - - uses: "DeterminateSystems/magic-nix-cache-action" 18 - with: 19 - use-gha-cache: false 20 - - run: | 21 - nix build .#bin .#patreon-bin .#iosevka .#docker .#patreon-docker 22 - - uses: "DeterminateSystems/flakehub-push@main" 23 - with: 24 - name: "Xe/site" 25 - rolling: true 26 - visibility: "public"