1
0
Fork 0

remove CI

This commit is contained in:
Kim, Jimin 2025-06-03 14:05:04 +09:00
parent 832802cfa6
commit a567349413
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -1,35 +0,0 @@
# https://forgejo.org/docs/latest/user/actions/
# https://devenv.sh/integrations/github-actions
name: Compile
on:
push:
branches:
- master
workflow_dispatch:
jobs:
compile:
runs-on: devenv
steps:
- run: nix-env -i nodejs
- uses: actions/checkout@v4
- name: Install devenv.sh
run: |
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
profile install nixpkgs#devenv --priority 4
- name: Build PDFs
run: devenv shell compile
- name: Upload PDFs
uses: actions/upload-artifact@v4
with:
name: ${{ github.sha }}
path: |
src/*/*.pdf
!src/_lib/**