Skip to content

Commit

Permalink
Add notice about MPR and Prebuilt-MPR outage
Browse files Browse the repository at this point in the history
  • Loading branch information
hwittenborn committed Dec 14, 2023
1 parent ae293c6 commit 243004e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
- name: Setup makedeb APT repositories
uses: makedeb/setup-makedeb@main
with:
makedeb-repo: false
pbmpr-repo: true
#- name: Setup makedeb APT repositories
# uses: makedeb/setup-makedeb@main
# with:
# makedeb-repo: false
# pbmpr-repo: true
- name: Install Hugo
run: sudo apt-get install hugo -y
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
Expand Down
12 changes: 12 additions & 0 deletions themes/makedeb/layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,15 @@
</div>
</header>
<hr class="header-hr">
<style>
.warning-text {
text-align: center;
font-weight: 500;
background-color: #fefce0;
color: #7eadf7;
font-size: 1.1em;
line-height: 1.3em;
padding: 0.3em 0;
}
</style>
<a href="https://{{ .Site.Params.makedeb_url }}/news/outage-on-the-mpr-and-prebuilt-mpr"><p class="warning-text">NOTICE: The MPR and Prebuilt-MPR are down until early January</p></a>

0 comments on commit 243004e

Please sign in to comment.