Skip to content

cedricbuild/gh-publish-branch

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

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Github actions to publish branch to github repository branch. It uses action's access_token to publish/write branch. required params need to be set

on: [push]

jobs:
  publish-directory:
    runs-on: ubuntu-latest
    steps:
      - uses: cedricbuild/gh-publish-branch@main
        with:
            github_repository: ${{ github.repository }}
            branch: gh-pages
            directory: build
            commit_message: "publish directory to branch"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published