diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1b23da..e94349f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: vencislav.popov@gmail.com target-branch: gh-pages - target-directory: doc/dev/dev-notes + target-directory: dev/dev-notes diff --git a/README.md b/README.md new file mode 100644 index 0000000..90faee4 --- /dev/null +++ b/README.md @@ -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`