ci: fix again
Generate HTML docs / build-html-docs (push) Successful in 2m15s
Generate man page / build-manpage (push) Successful in 47s

This commit is contained in:
2026-06-08 11:21:28 -04:00
parent 708627d2c6
commit 1efbd6ba74
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ on:
jobs: jobs:
remind: remind:
runs-on: preferred runs-on: racknerd-mini
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
+2 -2
View File
@@ -9,7 +9,7 @@ on:
jobs: jobs:
build-html-docs: build-html-docs:
runs-on: preferred runs-on: racknerd-mini
steps: steps:
- name: Checkout - name: Checkout
env: env:
@@ -21,7 +21,7 @@ jobs:
"${SCHEME}://oauth2:${TOKEN}@${HOST}/${GITHUB_REPOSITORY}.git" . "${SCHEME}://oauth2:${TOKEN}@${HOST}/${GITHUB_REPOSITORY}.git" .
- name: Install pandoc - name: Install pandoc
run: apt-get update -qq && apt-get install -y pandoc run: sudo apt-get update -qq && sudo apt-get install -y pandoc
- name: Generate chunked HTML docs - name: Generate chunked HTML docs
run: | run: |
+2 -2
View File
@@ -9,7 +9,7 @@ on:
jobs: jobs:
build-manpage: build-manpage:
runs-on: preferred runs-on: racknerd-mini
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -17,7 +17,7 @@ jobs:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
- name: Install pandoc - name: Install pandoc
run: apt-get update -qq && apt-get install -y pandoc run: sudo apt-get update -qq && sudo apt-get install -y pandoc
- name: Compile man page - name: Compile man page
run: | run: |
+2 -2
View File
@@ -1119,8 +1119,8 @@ fish-deps manages these tools. Run `fish-deps` to check status, or
fzf Fuzzy finder fzf Fuzzy finder
zoxide Smart cd with frecency zoxide Smart cd with frecency
direnv Per-directory environment loading direnv Per-directory environment loading
paru AUR helper (Arch only) paru AUR helper (Arch only; preferred)
yay AUR helper (Arch only) yay AUR helper (Arch only; fallback)
## Integrations ## Integrations