diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml new file mode 100644 index 0000000..ef0bfb4 --- /dev/null +++ b/.gitea/workflows/build-and-deploy.yml @@ -0,0 +1,26 @@ +name: Build and Deploy Resume Site +on: + push: + branches: + - master + +jobs: + setup-website-content: + runs-on: ubuntu-latest + container: + image: shockrah/hugo + steps: + - run: git init + - run: git remote add origin https://git.shockrah.xyz/shockrah/temper-tv.git + - run: git pull origin master + - name: Build website content + run: cd main-site && pwd && ls -a && hugo + - name: Copy files with rsync + uses: tempersama/rsync-copy@2.6 + with: + host: shockrah.xyz + username: ${{ secrets.USER }} + source: "main-site/public/" + destination: /opt/nginx/temper.tv/ + key: ${{ secrets.PRIVATE_KEY }} + diff --git a/main-site/themes/temper/layouts/_default/single.html b/main-site/themes/temper/layouts/_default/single.html index 5fb1db6..f3a34c5 100644 --- a/main-site/themes/temper/layouts/_default/single.html +++ b/main-site/themes/temper/layouts/_default/single.html @@ -4,14 +4,14 @@ {{ if .Params.Description }}