Fix docs and build

pull/456/head
Arijit Basu 2 years ago committed by Arijit Basu
parent ca211bb073
commit db8ef0e15a

@ -27,8 +27,8 @@ jobs:
- name: Deploy - name: Deploy
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3
with: with:
emptyCommits: true allow_empty_commit: true
keepFiles: false keep_files: false
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_BRANCH: gh-pages PUBLISH_BRANCH: gh-pages

@ -1,11 +1,12 @@
[book] [book]
authors = ["Arijit Basu <sayanarijit@gmail.com>"] authors = ['Arijit Basu <sayanarijit@gmail.com>']
title = "xplr book" title = 'xplr book'
description = "A hackable, minimal, fast TUI file explorer" description = 'A hackable, minimal, fast TUI file explorer'
src = "src" src = 'src'
language = "en" language = 'en'
[output.html] [output.html]
site-url = "/xplr/en/" site-url = '/xplr/en/'
git-repository-url = "https://github.com/sayanarijit/xplr" git-repository-url = 'https://github.com/sayanarijit/xplr'
edit-url-template = "https://github.com/sayanarijit/xplr/edit/main/docs/en/{path}" edit-url-template = 'https://github.com/sayanarijit/xplr/edit/main/docs/en/{path}'
[output.linkcheck]

@ -291,9 +291,9 @@ xplr.config.general.table.col_widths = {
[25]: #is_selected [25]: #is_selected
[26]: #is_focused [26]: #is_focused
[27]: #total [27]: #total
[28]: meta [28]: #meta
[29]: #size [29]: #size
[30]: #permission [30]: #permission
[31]: #resolved-node-metadata [31]: #resolved-node-metadata
[32]: general-config.md#tabletree [32]: general-config.md#tabletree
[33]: node_type.md#meta [33]: node-type.md#meta

Loading…
Cancel
Save