Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
venpopov committed Feb 5, 2024
2 parents e58631e + 4def2bd commit 39fd118
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,14 @@ jobs:
# used in the specific "build.sh"
steps:
- uses: actions/checkout@v2
- name: creates output
run: sh ./build.sh # some command from your repository that creates
# output to "source-directory" ("output" in the example)
- name: Pushes to another repository
uses: cpina/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source-directory: '_book'
destination-github-username: 'venpopov'
destination-repository-name: 'bmm'
user-email: [email protected]
target-branch: gh-pages
target-directory: doc/dev/dev-notes
target-directory: dev/dev-notes
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
A utility repository to build a quarto book website for the BMM Developer Notes for the bmm package: https://github.com/venpopov/bmm

The contents of the `_book` directory contain the rendered website, and they are automatically pushed via Github Action to the gh-pages branch of `bmm`

0 comments on commit 39fd118

Please sign in to comment.