Fixing og:image and removing ls -r step in bulid job
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 20s

This commit is contained in:
2026-02-01 22:34:38 -08:00
parent 4c19f98643
commit 0af9fe0709
2 changed files with 1 additions and 2 deletions

View File

@@ -13,7 +13,6 @@ jobs:
- run: git init
- run: git remote add origin https://git.shockrah.xyz/shockrah/temper-tv.git
- run: git pull origin master
- run: ls -laR main-site/
- name: Build website content
run: cd main-site && pwd && ls -a && hugo
- name: Copy files with rsync