added terminal theme

This commit is contained in:
2025-06-09 22:58:11 -05:00
parent 83c41c0b73
commit 4c55be8955

View File

@ -1,6 +1,6 @@
name: Hugo Update Pipeline name: Hugo Update Pipeline
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on: [push]
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@ -22,6 +22,7 @@ jobs:
git commit -am "updating submodules" git commit -am "updating submodules"
git push git push
- name: Install Hugo - name: Install Hugo
if: always()
uses: peaceiris/actions-hugo@v3 uses: peaceiris/actions-hugo@v3
with: with:
hugo-version: 'latest' hugo-version: 'latest'