mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Fri Oct 6 20:59:27 EEST 2023
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
d82dae37a4
commit
31a96d308f
2 changed files with 3 additions and 2 deletions
2
rust-toolchain.toml
Normal file
2
rust-toolchain.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[toolchain]
|
||||
channel = "stable"
|
|
@ -3,9 +3,8 @@
|
|||
set -xeu
|
||||
|
||||
main() {
|
||||
rustup toolchain install stable
|
||||
pip install -r requirements/requirements.txt
|
||||
CI=1 NOCLR=1 time python3 ./scripts/blog.py static
|
||||
CI=1 NOCLR=1 python3 ./scripts/blog.py static
|
||||
rm -rf ./scripts/ ./requirements/
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue