mirror of
https://github.com/wez/wezterm.git
synced 2024-12-04 17:45:23 +03:00
7 lines
188 B
Bash
7 lines
188 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
[[ -f /tmp/wezterm.releases.json ]] || curl https://api.github.com/repos/wez/wezterm/releases > /tmp/wezterm.releases.json
|
||
|
python3 ci/subst-release-info.py
|
||
|
mdbook build docs
|
||
|
|