Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
venpopov authored Feb 5, 2024
1 parent a47075b commit 2836a63
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
- name: Copy rendered _book contents to bmm/dev-notes
# You may pin to the exact commit or the version.
# uses: nkoppel/push-files-to-another-repository@660859c460bbceccb677d51a914d0356527db320
uses: nkoppel/[email protected]
with:
# The files/directories to copy to the destination repository. Can have multiple space-separated filenames and globbing.
source-files: '_book/'
# Name of the destination username/organization
destination-username: 'venpopov'
# Name of the destination repository
destination-repository: 'bmm'
# [Optional] set target branch name for the destination repository.
destination-branch: 'gh-pages'
# [Opitonal] Directory to copy files into in the destination repository
destination-directory: 'dev/dev-notes/
# [Optional] Username for the commit. Defaults to the destination username
commit-username: 'venpopov'
# Email for the commit
commit-email: '[email protected]'
# [Optional] commit message for the output repository. ORIGIN_COMMIT is replaced by the URL@commit in the origin repo
commit-message: 'Update dev-notes'

0 comments on commit 2836a63

Please sign in to comment.