Created
April 24, 2021 05:22
-
-
Save jupegarnica/06f6b5ee6c3b196486ed93d74a8b194c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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