Clean up
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 9s Details

This commit is contained in:
Roland Thomas Jr 2023-06-11 19:29:33 -04:00
parent c633cbf5bc
commit b8723c2b59
Signed by: roland
GPG Key ID: 7C3C2B085A4C2872
2 changed files with 1 additions and 3 deletions

View File

@ -24,7 +24,6 @@ jobs:
env:
DOCKER_AUTH_CONFIG: ${{ secrets.DOCKER_AUTH_CONFIG }}
run: |
docker info
mkdir -p $HOME/.docker
echo "$DOCKER_AUTH_CONFIG" | base64 -d > $HOME/.docker/config.json
- name: Build Docker Image

View File

@ -3,7 +3,6 @@ languageCode = 'en-us'
title = 'rtj.dev'
paginate = 10
theme = 'PaperMod'
enableEmoji = true
[params]
@ -15,6 +14,7 @@ ShowPostNavLinks = true
ShowRssButtonInSectionTermList = true
comments = true
ShowReadingTime = true
[params.homeInfoParams]
Title = "Roland Thomas Jr \U0001F525"
Content = 'Welcome to my blog'
@ -51,7 +51,6 @@ ShowReadingTime = true
name = 'Rss'
url = 'index.xml'
[languages.en]
languageName = 'English'
weight = 1