fix: rm absolute URLs
This commit is contained in:
parent
8cdfe342eb
commit
5fd3bdb36a
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
no_absolute_url() {
|
no_absolute_url() {
|
||||||
sed -i 's/https:\/\/gna.org//g' $(find public -type f | grep html)
|
sed -i 's/https:\/\/gitea-open-letter.coding.social//g' $(find public -type f | grep html)
|
||||||
}
|
}
|
||||||
|
|
||||||
clean() {
|
clean() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue