Skip to content

Commit fdb272e

Browse files
committed
Merge #511: Fix nightly_docs.yml publish_docs 'Commit' step
947a9c2 Fix nightly_docs.yml publish_docs 'Commit' step (Steve Myers) Pull request description: ### Description I forgot to fix in #503 the `nightly_docs.yaml` `publish_docs` `Commit` step to add new files for the path `./docs/.vuepress/public/docs-rs`. ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) ACKs for top commit: afilini: ACK 947a9c2 Tree-SHA512: d2bdbcb6cea46ec1949eba6f334acd5dbbe9b4b1323bb4713dc5d7f749666260ab05c29247c35f08c587b46d6bfb765c6a612c6522fd15211c84f7590f8c4748
2 parents db6ffb9 + 947a9c2 commit fdb272e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656
run: git config user.email "github-actions@github.com" && git config user.name "github-actions"
5757
- name: Commit
5858
continue-on-error: true # If there's nothing to commit this step fails, but it's fine
59-
run: git add ./static && git commit -m "Publish autogenerated nightly docs"
59+
run: git add ./docs/.vuepress/public/docs-rs && git commit -m "Publish autogenerated nightly docs"
6060
- name: Push
6161
run: git push origin master

0 commit comments

Comments
 (0)