From e9bdcdd609186020c9a270b9b1133fb93356f274 Mon Sep 17 00:00:00 2001 From: Felix Bjerhem Aronsson Date: Mon, 19 Aug 2024 14:11:30 +0200 Subject: [PATCH] Add asppolicy (#107) --- .github/workflows/build_all.yml | 6 +++ Makefile | 1 + policies/asppolicy/asppolicy.tex | 71 ++++++++++++++++++++++++++++++++ 3 files changed, 78 insertions(+) create mode 100644 policies/asppolicy/asppolicy.tex diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index e4b8405..e9b4ae0 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -64,6 +64,12 @@ jobs: document_name: miljopolicy latex_build_entry: policies/miljopolicy/miljopolicy.tex + asppolicy: + uses: ./.github/workflows/build_document.yml + with: + document_name: asppolicy + latex_build_entry: policies/asppolicy/asppolicy.tex + ###### Mallar ###### askningsmall: uses: ./.github/workflows/build_document.yml diff --git a/Makefile b/Makefile index a3b44d9..dd0cb5d 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,7 @@ policies: policies/ $(latexmk) $