File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11111 . Generate a new key:
1212 < https://central.sonatype.org/publish/requirements/gpg/#generating-a-key-pair >
13132 . 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 >
15153 . 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 ) )
17174 . Update the
You can’t perform that action at this time.
0 commit comments