Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@ jobs:
- uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1
with:
cache: "false"
- name: Prepare GitHub Pages
run: mise run prepare-gh-pages
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
- name: Prepare GitHub Pages
run: mise run prepare-gh-pages
env:
BASE_URL: "${{ steps.pages.outputs.base_url }}/"
- name: Build GitHub Pages
run: mise run build-gh-pages
- name: Upload artifact
Expand Down
10 changes: 6 additions & 4 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
## If the GPG key expired

1. Generate a new key:
<https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key#generating-a-gpg-key> <!-- editorconfig-checker-disable-line -->
2. BUT use `gpg --armor --export-secret-keys YOUR_ID` to
<https://central.sonatype.org/publish/requirements/gpg/#generating-a-key-pair>
2. Distribute the
key: <https://central.sonatype.org/publish/requirements/gpg/#distributing-your-public-key>
3. use `gpg --armor --export-secret-keys YOUR_ID` to
export ([docs](https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#gpg))
3. Update the
4. Update the
passphrase: <https://github.com/prometheus/client_java/settings/secrets/actions/GPG_SIGNING_PASSPHRASE> <!-- editorconfig-checker-disable-line -->
4. Update the GPG
5. Update the GPG
key: <https://github.com/prometheus/client_java/settings/secrets/actions/GPG_SIGNING_KEY>
4 changes: 4 additions & 0 deletions docs/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ enableRobotsTXT = true

[taxonomies]
tag = "tags"

[caches]
[caches.images]
dir = ':cacheDir/images'