scim-docs/.forgejo/workflows/main.yaml
Hugo Renard 3f3575198a
All checks were successful
/ build (push) Successful in 43s
ci: add forgejo action
2024-09-23 16:38:26 +02:00

16 lines
374 B
YAML

on: [push]
env:
HUGO_VERSION: 0.79.0
jobs:
build:
runs-on: native
container:
volumes:
- /nix:/nix
steps:
- name: Nix build
run: nix build "git+${{ env.GITHUB_SERVER_URL }}/${{ env.GITHUB_REPOSITORY }}?rev=${{ env.GITHUB_SHA }}"
- uses: actions/upload-artifact@v3
with:
name: public
path: result/