From: Steve Myers Date: Thu, 23 Dec 2021 18:22:55 +0000 (-0800) Subject: Fix nightly_docs.yml publish_docs 'Commit' step X-Git-Tag: v0.16.0~5^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/errors.html?a=commitdiff_plain;h=947a9c29db7c7bb4855c84e70d986b9ab61339d6;p=bdk Fix nightly_docs.yml publish_docs 'Commit' step --- diff --git a/.github/workflows/nightly_docs.yml b/.github/workflows/nightly_docs.yml index 51603c93..9ec7fe5c 100644 --- a/.github/workflows/nightly_docs.yml +++ b/.github/workflows/nightly_docs.yml @@ -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