mirror of
https://github.com/wez/wezterm.git
synced 2024-12-29 00:21:57 +03:00
Revert "ci: disable mdbook-linkcheck"
This reverts commitbef0fa29ac
andbb2d45d0aa
. refs: https://github.com/Michael-F-Bryan/mdbook-linkcheck/issues/53
This commit is contained in:
parent
c5b512748f
commit
35060fb2de
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir -p ~/mdbook-bin
|
mkdir -p ~/mdbook-bin
|
||||||
(test -x ~/mdbook-bin/mdbook || (cd && cargo install --vers "^0.4" mdbook && cp -p ~/.cargo/bin/mdbook ~/mdbook-bin))
|
(test -x ~/mdbook-bin/mdbook || (cd && cargo install --vers "^0.4" mdbook && cp -p ~/.cargo/bin/mdbook ~/mdbook-bin))
|
||||||
#(test -x ~/mdbook-bin/mdbook-linkcheck || (cd && cargo install mdbook-linkcheck && cp -p ~/.cargo/bin/mdbook-linkcheck ~/mdbook-bin))
|
(test -x ~/mdbook-bin/mdbook-linkcheck || (cd && cargo install mdbook-linkcheck && cp -p ~/.cargo/bin/mdbook-linkcheck ~/mdbook-bin))
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
source $HOME/.cargo/env
|
source $HOME/.cargo/env
|
||||||
@ -44,7 +44,7 @@ jobs:
|
|||||||
uses: crazy-max/ghaction-github-pages@v2
|
uses: crazy-max/ghaction-github-pages@v2
|
||||||
with:
|
with:
|
||||||
target_branch: gh-pages
|
target_branch: gh-pages
|
||||||
build_dir: gh_pages
|
build_dir: gh_pages/html
|
||||||
keep_history: true
|
keep_history: true
|
||||||
allow_empty_commit: false
|
allow_empty_commit: false
|
||||||
env:
|
env:
|
||||||
|
@ -5,5 +5,5 @@ python3 ci/subst-release-info.py || exit 1
|
|||||||
python3 ci/generate-docs.py || exit 1
|
python3 ci/generate-docs.py || exit 1
|
||||||
mdbook build docs
|
mdbook build docs
|
||||||
|
|
||||||
cp assets/icon/terminal.png gh_pages/favicon.png
|
cp assets/icon/terminal.png gh_pages/html/favicon.png
|
||||||
cp assets/icon/wezterm-icon.svg gh_pages/favicon.svg
|
cp assets/icon/wezterm-icon.svg gh_pages/html/favicon.svg
|
||||||
|
@ -13,5 +13,5 @@ default-theme = "ayu"
|
|||||||
preferred-dark-theme = "ayu"
|
preferred-dark-theme = "ayu"
|
||||||
git-repository-url = "https://github.com/wez/wezterm"
|
git-repository-url = "https://github.com/wez/wezterm"
|
||||||
|
|
||||||
#[output.linkcheck]
|
[output.linkcheck]
|
||||||
#traverse-parent-directories = false
|
traverse-parent-directories = false
|
||||||
|
Loading…
Reference in New Issue
Block a user