ci: fix docs generation workflow
This commit is contained in:
@@ -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
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user