Skip to content

Commit

Permalink
Fixed website build (#941)
Browse files Browse the repository at this point in the history
A couple of URLs were failing.
  • Loading branch information
freemanjp authored Feb 17, 2024
1 parent de8f0e9 commit b04e621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ plugins from elsewhere. This is where Zim comes in, Zim is a plugin
manager for Zsh and can install Zsh plugins from Git repositories.

You can find a list of third-party plugins at:
[https://github.com/unixorn/awesome-zsh-plugins#plugins](https://github.com/unixorn/awesome-zsh-plugins#plugins)
[https://github.com/unixorn/awesome-zsh-plugins/blob/main/README.md](https://github.com/unixorn/awesome-zsh-plugins/blob/main/README.md)

### Starship Prompt

Expand Down
2 changes: 1 addition & 1 deletion docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ run() {
for i in {1..3}; do
htmlproofer /tmp/_site --log-level debug \
--swap-urls "^/development-environment:" \
--ignore-urls '//www.xfce.org,//mademistakes.com/,//kompose.io/,//twitter.com/,//github.com/gantsign/development-environment/pull/,//github.com/gantsign/development-environment/blob/1.8.0/,//github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V18.md/' \
--ignore-urls '//www.xfce.org,//mademistakes.com/,//kompose.io/,//twitter.com/,//github.com/gantsign/development-environment/pull/,//github.com/gantsign/development-environment/blob/1.8.0/,//github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V18.md/,//mama.indstate.edu/users/ice/tree/' \
--ignore-status-codes 307 \
--no-enforce-https \
&& s=0 && break || s=$? && sleep 60
Expand Down

0 comments on commit b04e621

Please sign in to comment.