added terminal theme
This commit is contained in:
@ -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'
|
||||||
|
Reference in New Issue
Block a user