11 lines
164 B
Bash
11 lines
164 B
Bash
|
#! /bin/sh
|
||
|
#
|
||
|
# publish-codeberg.sh
|
||
|
# Copyright (C) 2023 sandvich <sandvich@artix>
|
||
|
#
|
||
|
# Distributed under terms of the MIT license.
|
||
|
#
|
||
|
|
||
|
|
||
|
hugo && cd public && git push
|