scim-docs/.forgejo/workflows/main.yaml
Hugo Renard 066a58107f
Some checks failed
/ build (push) Failing after 12s
ci: add forgejo action
2024-09-23 15:59:56 +02:00

15 lines
362 B
YAML

on: [push]
env:
HUGO_VERSION: 0.79.0
jobs:
build:
runs-on: nix
container:
volumes:
- /nix/store:/nix/store:rw
steps:
- 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/