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: env:
DOCKER_AUTH_CONFIG: ${{ secrets.DOCKER_AUTH_CONFIG }} DOCKER_AUTH_CONFIG: ${{ secrets.DOCKER_AUTH_CONFIG }}
run: | run: |
docker info
mkdir -p $HOME/.docker mkdir -p $HOME/.docker
echo "$DOCKER_AUTH_CONFIG" | base64 -d > $HOME/.docker/config.json echo "$DOCKER_AUTH_CONFIG" | base64 -d > $HOME/.docker/config.json
- name: Build Docker Image - name: Build Docker Image

View File

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