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

This commit is contained in:
2026-06-08 10:56:22 -04:00
parent 044fadd622
commit e7bfde03e6
2 changed files with 9 additions and 5 deletions
+7 -3
View File
@@ -12,9 +12,13 @@ jobs:
runs-on: preferred runs-on: preferred
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 env:
with: TOKEN: ${{ secrets.GITEA_TOKEN }}
token: ${{ secrets.GITEA_TOKEN }} run: |
HOST="${GITHUB_SERVER_URL#*://}"
SCHEME="${GITHUB_SERVER_URL%%://*}"
git clone --depth=1 --branch "${GITHUB_REF_NAME}" \
"${SCHEME}://oauth2:${TOKEN}@${HOST}/${GITHUB_REPOSITORY}.git" .
- name: Install pandoc - name: Install pandoc
run: sudo apt-get update -qq && sudo apt-get install -y pandoc run: sudo apt-get update -qq && sudo apt-get install -y pandoc
+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