From 5f06b35a110e43701ee26c84463a313af284660c Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Sun, 1 Jan 2023 14:16:32 -0600 Subject: [PATCH] try site/markout --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4bc86dd..06a0902 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,6 +51,6 @@ jobs: with: # you can choose the target branch of your choice target_branch: prod-markata - build_dir: markout + build_dir: site/markout env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}