From 880b010b079e069c85a9dd549f4da2c080cc4548 Mon Sep 17 00:00:00 2001 From: Troy Date: Thu, 18 Jul 2024 14:32:22 -0600 Subject: [PATCH] fix target directory --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5190e18d..b5af70e4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -36,9 +36,9 @@ jobs: PG_PASSWORD: ${{ secrets.PG_PASSWORD }} - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} + # if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} with: publish_branch: gh-pages github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: target + publish_dir: transformers/synthetix/target force_orphan: true \ No newline at end of file