]> Untitled Git - bdk/commitdiff
Fix nightly_docs.yml publish_docs 'Commit' step
authorSteve Myers <steve@notmandatory.org>
Thu, 23 Dec 2021 18:22:55 +0000 (10:22 -0800)
committerSteve Myers <steve@notmandatory.org>
Thu, 23 Dec 2021 18:23:11 +0000 (10:23 -0800)
.github/workflows/nightly_docs.yml

index 51603c938a2d9087a41988c184dfe253f11f2e29..9ec7fe5c35bcd42b5576de0a56b3da91cfd19d2b 100644 (file)
@@ -56,6 +56,6 @@ jobs:
         run: git config user.email "github-actions@github.com" && git config user.name "github-actions"
       - name: Commit
         continue-on-error: true         # If there's nothing to commit this step fails, but it's fine
-        run: git add ./static && git commit -m "Publish autogenerated nightly docs"
+        run: git add ./docs/.vuepress/public/docs-rs && git commit -m "Publish autogenerated nightly docs"
       - name: Push
         run: git push origin master