From 7a66e38926ed61e8dc48c4924a9165f49baf3ad8 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Wed, 16 Aug 2023 18:31:42 +0300 Subject: [PATCH] Remove dry-run --- .github/workflows/deploy-docs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index a6279d261..f5d236afb 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -45,7 +45,6 @@ jobs: docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }} docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }} site-path: target/antora/site - dry-run: true # - name: Bust Cloudflare Cache # uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.11 # with: