From 3446286e0026f92c05bb7bdfb9e9161383889532 Mon Sep 17 00:00:00 2001 From: Eli Holmes - NOAA Date: Wed, 9 Oct 2024 09:46:47 -0700 Subject: [PATCH 1/2] Rename postBuild to appendix --- postBuild => appendix | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename postBuild => appendix (100%) diff --git a/postBuild b/appendix similarity index 100% rename from postBuild rename to appendix From e8a9205650407147796672b2e9a6a9d8a3b5b57b Mon Sep 17 00:00:00 2001 From: Eli Holmes - NOAA Date: Wed, 9 Oct 2024 09:49:13 -0700 Subject: [PATCH 2/2] Update build-dev.yaml --- .github/workflows/build-dev.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-dev.yaml b/.github/workflows/build-dev.yaml index 79a676e..442a702 100644 --- a/.github/workflows/build-dev.yaml +++ b/.github/workflows/build-dev.yaml @@ -46,6 +46,7 @@ jobs: # Put repo contents in /srv/repo, so they aren't mangled when we put user home in /home/jovyan REPO_DIR: /srv/repo # Fix man pages that are disabled by Ubuntu 18 minimal base image + APPENDIX_FILE: "appendix" REPO2DOCKER_EXTRA_ARGS: "--debug" # Lets us monitor disks getting full as images get bigger over time