Skip to content

Github action to deploy static page generated with cobalt into gh-pages branch on Github

Notifications You must be signed in to change notification settings

saidgeek/cobalt-deploy-gh-pages

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cobalt deploy GithubPages

This action deploy the build generated by cobalt.

inputs

githubToken

Required Personal Access Token with permission to the repository.

repo

Repository to push building page. By default use env GITHUB_REPOSITORY

branch

Branch to push building page. Default: gh-pages

cname

Registry dns name to GithubPage. By default is assigned by Github.

Example

uses: saidgeek/cobalt-deploy-gh-pages
with:
  githubToken: ${{ secrets.GITHUBTOKEN }}