mirror of
https://github.com/kopia/htmlui.git
synced 2026-02-02 12:53:24 -08:00
* fix(ui): fixed CSRF token for initial request * build(ci): added ./push_local.sh for local testing of pre-built pages
7 lines
87 B
Bash
Executable File
7 lines
87 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
destdir=../htmluibuild
|
|
rm -rf $destdir/build
|
|
cp -rv build $destdir
|