ci: fix docs gen again
Generate HTML docs / build-html-docs (push) Failing after 0s
Generate man page / build-manpage (push) Failing after 1s

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