diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index aa03d16..85cdbc3 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -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 diff --git a/docs/en/book.toml b/docs/en/book.toml index 30dd89c..d6b7d47 100644 --- a/docs/en/book.toml +++ b/docs/en/book.toml @@ -1,11 +1,12 @@ [book] -authors = ["Arijit Basu "] -title = "xplr book" -description = "A hackable, minimal, fast TUI file explorer" -src = "src" -language = "en" - +authors = ['Arijit Basu '] +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] diff --git a/docs/en/src/column-renderer.md b/docs/en/src/column-renderer.md index 4a1459d..cdc7ee1 100644 --- a/docs/en/src/column-renderer.md +++ b/docs/en/src/column-renderer.md @@ -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