From 6b53b4df666ef350f199188a0d837990a81ad6ee Mon Sep 17 00:00:00 2001 From: Candace Gilet Date: Wed, 3 Apr 2024 15:29:01 -0400 Subject: [PATCH] Fix typo (#159) --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index cd85231f..162295e7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -32,5 +32,5 @@ jobs: ssh-key: ${{ secrets.DEPLOY_KEY }} branch: gh-pages # The branch the action should deploy to. folder: Docs/sphinx_documentation/build/html # The folder the action should deploy. - target_folder: docs_html # The folder the action should deploy to. + target-folder: docs_html # The folder the action should deploy to. clean: false # Do not remove existing files from the deploy target.