Update from Forestry.io

Harsh Shandilya updated content/posts/deploying-hugo-sites-with-github-actions.md
This commit is contained in:
Harsh Shandilya 2019-12-04 09:24:33 +00:00 committed by Forestry.io
parent 7804d9f7e8
commit e048cf46aa
2 changed files with 2 additions and 3 deletions

View File

@ -18,7 +18,7 @@ fields:
name: categories
label: categories
pages:
- content/posts/teachingkotlin-part-1-classes-and-objects-and-everything-in-between.md
- content/posts/why-i-went-back-to-the-gradle-groovy-dsl.md
- content/posts/teachingkotlin-part-2-variables.md
- content/posts/teachingkotlin-part-1-classes-and-objects-and-everything-in-between.md
- content/posts/teachingkotlin-kotlin-for-android-java-developers.md

View File

@ -1,7 +1,6 @@
+++
categories = ["hugo"]
date = 2019-11-06T00:00:00Z
draft = true
slug = "deploying-hugo-sites-with-github-actions"
tags = ["hugo", "github actions", "static sites"]
title = "Deploying Hugo sites with GitHub actions"
@ -53,4 +52,4 @@ To handle my two-sites-from-one-repo usecase, I setup a build staging -> publish
You can find the `ci/deploy.sh` script [here](https://github.com/msfjarvis/msfjarvis.website/blob/src/ci/deploy.sh). It's a very basic script that sets up the SSH authentication and rsync's the built site over.
[caddy-git]: http://github.com/abiosoft/caddy-git
[caddy-git]: http://github.com/abiosoft/caddy-git