From 34c04988ffcbf736edf4821ab2d74a14bdad1313 Mon Sep 17 00:00:00 2001 From: Hunter Wittenborn Date: Thu, 14 Dec 2023 15:13:36 -0500 Subject: [PATCH] Add post about MPR/Prebuilt-MPR outage --- .github/workflows/deploy.yml | 17 +++++++++++------ .../news/outage-on-the-mpr-and-prebuilt-mpr.md | 10 ++++++++++ themes/makedeb/layouts/partials/header.html | 12 +++++++++++- 3 files changed, 32 insertions(+), 7 deletions(-) create mode 100644 content/news/outage-on-the-mpr-and-prebuilt-mpr.md diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 62421d8..1d90136 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,13 +18,18 @@ jobs: - name: Setup Pages id: pages uses: actions/configure-pages@v3 - - name: Setup makedeb APT repositories - uses: makedeb/setup-makedeb@main + #- name: Setup makedeb APT repositories + # uses: makedeb/setup-makedeb@main + # with: + # makedeb-repo: false + # pbmpr-repo: true + - name: Setup Hugo + uses: peaceiris/actions-hugo@v2 with: - makedeb-repo: false - pbmpr-repo: true - - name: Install Hugo - run: sudo apt-get install hugo -y + hugo-version: '0.119.0' + extended: true + #- name: Install Hugo + # run: sudo apt-get update && sudo apt-get install hugo -y - name: Build site run: hugo --minify --baseURL "${{ steps.pages.outputs.base_url }}/" - name: Upload site artifact diff --git a/content/news/outage-on-the-mpr-and-prebuilt-mpr.md b/content/news/outage-on-the-mpr-and-prebuilt-mpr.md new file mode 100644 index 0000000..7d6fed9 --- /dev/null +++ b/content/news/outage-on-the-mpr-and-prebuilt-mpr.md @@ -0,0 +1,10 @@ +--- +title: "Outage on the MPR and Prebuilt-MPR" +date: 2023-12-14T15:00:29-05:00 +authors: ["Hunter Wittenborn"] +keywords: [] +--- + +Due to some internal issues, the MPR and Prebuilt-MPR are currently down. It doesn't look like the services will be able to be brought back up until around January 6. + +Sorry for anyone who may be affected by this incident. This issue is actively being worked on, and future updates will be posted in the [News](/news) page. diff --git a/themes/makedeb/layouts/partials/header.html b/themes/makedeb/layouts/partials/header.html index 664a6bb..bb1d4d7 100644 --- a/themes/makedeb/layouts/partials/header.html +++ b/themes/makedeb/layouts/partials/header.html @@ -31,4 +31,14 @@ {{ end }} -
\ No newline at end of file +
+ +

NOTICE: The MPR and Prebuilt-MPR are down until early January

+