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
uses: peaceiris/actions-gh-pages@v3
with:
emptyCommits: true
keepFiles: false
allow_empty_commit: true
keep_files: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_BRANCH: gh-pages

@ -1,11 +1,12 @@
[book]
authors = ["Arijit Basu <sayanarijit@gmail.com>"]
title = "xplr book"
description = "A hackable, minimal, fast TUI file explorer"
src = "src"
language = "en"
authors = ['Arijit Basu <sayanarijit@gmail.com>']
title = 'xplr book'
description = 'A hackable, minimal, fast TUI file explorer'
src = 'src'
language = 'en'
[output.html]
site-url = "/xplr/en/"
git-repository-url = "https://github.com/sayanarijit/xplr"
edit-url-template = "https://github.com/sayanarijit/xplr/edit/main/docs/en/{path}"
site-url = '/xplr/en/'
git-repository-url = 'https://github.com/sayanarijit/xplr'
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
[26]: #is_focused
[27]: #total
[28]: meta
[28]: #meta
[29]: #size
[30]: #permission
[31]: #resolved-node-metadata
[32]: general-config.md#tabletree
[33]: node_type.md#meta
[33]: node-type.md#meta

Loading…
Cancel
Save