From 087bfbe6a04139af96a84612c2fcbf4b41b90bfc Mon Sep 17 00:00:00 2001 From: Dmitry Borisov Date: Wed, 16 Nov 2022 20:42:59 +0300 Subject: [PATCH] Change folder for docs: public to content --- .github/workflows/release-prod.build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-prod.build-and-publish.yml b/.github/workflows/release-prod.build-and-publish.yml index 3b22d235..96e177a7 100644 --- a/.github/workflows/release-prod.build-and-publish.yml +++ b/.github/workflows/release-prod.build-and-publish.yml @@ -53,7 +53,7 @@ jobs: with: source_file: 'website/commands' destination_repo: 'hazelops/ize.sh' - destination_folder: 'public' + destination_folder: 'content' user_email: 'ize@hazelops.com' user_name: 'ize' commit_message: 'Add commands from Ize'