From 28dc997b4dd686d4ec8bf91f3662a6ccf3dcdbc1 Mon Sep 17 00:00:00 2001 From: Ven Popov Date: Mon, 5 Feb 2024 21:09:49 +0100 Subject: [PATCH 1/4] Update ci.yml --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1b23da..fd5e8ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,13 +15,10 @@ jobs: 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' From 9885f46251300f0fd0011586a774e26ac95f9973 Mon Sep 17 00:00:00 2001 From: Ven Popov Date: Mon, 5 Feb 2024 21:10:38 +0100 Subject: [PATCH 2/4] Update ci.yml --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd5e8ce..c57f85a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,6 @@ jobs: # used in the specific "build.sh" steps: - uses: actions/checkout@v2 - - name: creates output - name: Pushes to another repository uses: cpina/github-action-push-to-another-repository@main env: From ff26ab521c881f344ece2c2a1a6a79a62f7537c5 Mon Sep 17 00:00:00 2001 From: Ven Popov Date: Mon, 5 Feb 2024 21:12:22 +0100 Subject: [PATCH 3/4] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c57f85a..e94349f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,4 +24,4 @@ jobs: 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 From 4def2bd18043d8c69253876455d8b02ab00e8ab7 Mon Sep 17 00:00:00 2001 From: Ven Popov Date: Mon, 5 Feb 2024 21:17:16 +0100 Subject: [PATCH 4/4] Create README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md 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`