Skip to content

Commit 84d2d45

Browse files
committed
fix(docs): fix pages workflow checkout version and broken anchor links
1 parent 895c54f commit 84d2d45

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
deploy:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v4
1616

1717
- name: Install uv
1818
uses: astral-sh/setup-uv@v7

docs/CLI.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# CLI Reference
22

3-
- [dirplot map](#dirplot-map--treemap-for-any-directory-tree)
4-
- [dirplot metrics](#dirplot-metrics--directory-metrics)
5-
- [dirplot diff](#dirplot-diff--compare-two-directory-trees)
6-
- [dirplot watch](#dirplot-watch--live-watch-mode)
7-
- [dirplot replay](#dirplot-replay--event-log-replay)
8-
- [dirplot git](#dirplot-git--git-history-animation)
9-
- [dirplot read-meta](#dirplot-read-meta--read-embedded-metadata)
10-
- [dirplot demo](#dirplot-demo--run-example-commands)
3+
- [dirplot map](#dirplot-map-treemap-for-any-directory-tree)
4+
- [dirplot metrics](#dirplot-metrics-directory-metrics)
5+
- [dirplot diff](#dirplot-diff-compare-two-directory-trees)
6+
- [dirplot watch](#dirplot-watch-live-watch-mode)
7+
- [dirplot replay](#dirplot-replay-event-log-replay)
8+
- [dirplot git](#dirplot-git-git-history-animation)
9+
- [dirplot read-meta](#dirplot-read-meta-read-embedded-metadata)
10+
- [dirplot demo](#dirplot-demo-run-example-commands)
1111
- [Inline terminal display](#inline-terminal-display)
1212
- [Running via Docker](#running-dirplot-via-docker)
1313
- [Troubleshooting](#troubleshooting)

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ See [CONTRIBUTING.md](https://github.com/deeplook/dirplot/blob/main/CONTRIBUTING
146146

147147
## License
148148

149-
MIT — see [LICENSE](LICENSE).
149+
MIT — see [LICENSE](https://github.com/deeplook/dirplot/blob/main/LICENSE).

0 commit comments

Comments
 (0)