Skip to content

Commit 5175dc6

Browse files
committed
fix gh pages
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 5a322cc commit 5175dc6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/github-pages.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
- uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1
4040
with:
4141
cache: "false"
42+
- name: Setup Pages
43+
id: pages
44+
uses: actions/configure-pages@v5
4245
- name: Prepare GitHub Pages
4346
run: mise run prepare-gh-pages
4447
env:
4548
BASE_URL: "${{ steps.pages.outputs.base_url }}/"
46-
- name: Setup Pages
47-
id: pages
48-
uses: actions/configure-pages@v5
4949
- name: Build GitHub Pages
5050
run: mise run build-gh-pages
5151
- name: Upload artifact

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1. Generate a new key:
1212
<https://central.sonatype.org/publish/requirements/gpg/#generating-a-key-pair>
1313
2. Distribute the
14-
key: https://central.sonatype.org/publish/requirements/gpg/#distributing-your-public-key
14+
key: <https://central.sonatype.org/publish/requirements/gpg/#distributing-your-public-key>
1515
3. use `gpg --armor --export-secret-keys YOUR_ID` to
1616
export ([docs](https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#gpg))
1717
4. Update the

0 commit comments

Comments
 (0)