Skip to content

a Github Action to deploy one or more files to Github Pages

License

Notifications You must be signed in to change notification settings

vsoch/github-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Github Pages Deploy

This is a Github Action to deploy some set of static files to your Github pages! You can use it like this:

workflow "Deploy ContainerTree Extraction" {
  on = "push"
  resolves = ["deploy"]
}

action "deploy" {
  uses = "vsoch/github-deploy@master"
  secrets = ["GITHUB_TOKEN"]
  args = ["index.html data.json"]
}

About

a Github Action to deploy one or more files to Github Pages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published