Skip to content
Use this GitHub Action with your project

Add this Action to an existing workflow or create a new one.

View on Marketplace
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

Blog Publisher Action

This action publishes a hugo blogs public folder to a given repositroy.

Arguments

The repository can be set by providing an args to the workflow like this:

action "blog-publisher" {
  uses = "skarlso/blog-publisher@master"
  needs = ["blog-builder"]
  secrets = ["GITHUB_TOKEN", "PUSH_TOKEN"]
  args = ["Skarlso/skarlso.github.io.git"]
}

Secret

This action also requires a token which has push access.

The token is named PUSH_TOKEN and must be created via secrets.

About

This is a github action to publish my blog

Resources

Packages

No packages published
You can’t perform that action at this time.