]> Untitled Git - bdk/commitdiff
[ci] Fix publish_docs job
authorSteve Myers <steve@notmandatory.org>
Sat, 18 Dec 2021 05:28:39 +0000 (21:28 -0800)
committerSteve Myers <steve@notmandatory.org>
Sat, 18 Dec 2021 05:28:39 +0000 (21:28 -0800)
.github/workflows/nightly_docs.yml

index 88f72ba1912b99a0454e772be5b5a5e2d8db4054..51603c938a2d9087a41988c184dfe253f11f2e29 100644 (file)
@@ -44,14 +44,14 @@ jobs:
           repository: bitcoindevkit/bitcoindevkit.org
           ref: master
       - name: Create directories
-        run: mkdir -p ./static/docs-rs/bdk/nightly
+        run: mkdir -p ./docs/.vuepress/public/docs-rs/bdk/nightly
       - name: Remove old latest
-        run: rm -rf ./static/docs-rs/bdk/nightly/latest
+        run: rm -rf ./docs/.vuepress/public/docs-rs/bdk/nightly/latest
       - name: Download built docs
         uses: actions/download-artifact@v1
         with:
           name: built-docs
-          path: ./static/docs-rs/bdk/nightly/latest
+          path: ./docs/.vuepress/public/docs-rs/bdk/nightly/latest
       - name: Configure git
         run: git config user.email "github-actions@github.com" && git config user.name "github-actions"
       - name: Commit