mirror of
https://github.com/wez/wezterm.git
synced 2024-12-04 07:06:59 +03:00
7 lines
188 B
Bash
Executable File
7 lines
188 B
Bash
Executable File
#!/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
|
|
|