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 }}