From: Steve Myers Date: Sat, 18 Dec 2021 05:28:39 +0000 (-0800) Subject: [ci] Fix publish_docs job X-Git-Tag: v0.16.0~9^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/struct.LocalOutput.html?a=commitdiff_plain;h=1a907f8a535cedad2532e687f3b7da271c9ebbba;p=bdk [ci] Fix publish_docs job --- diff --git a/.github/workflows/nightly_docs.yml b/.github/workflows/nightly_docs.yml index 88f72ba1..51603c93 100644 --- a/.github/workflows/nightly_docs.yml +++ b/.github/workflows/nightly_docs.yml @@ -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