Skip to content

Instantly share code, notes, and snippets.

@jupegarnica
Created April 24, 2021 05:22
Show Gist options
  • Save jupegarnica/06f6b5ee6c3b196486ed93d74a8b194c to your computer and use it in GitHub Desktop.
Save jupegarnica/06f6b5ee6c3b196486ed93d74a8b194c to your computer and use it in GitHub Desktop.
- name: Git commit and push
uses: github-actions-x/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
push-branch: 'master'
commit-message: 'update docs'
force-add: 'true'
files: docs/*
name: gh-pages
rebase: 'true'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment