diff --git a/.github/workflows/test_and_build.yml b/.github/workflows/test_and_build.yml index e57e932..a5d3a3c 100644 --- a/.github/workflows/test_and_build.yml +++ b/.github/workflows/test_and_build.yml @@ -34,12 +34,12 @@ jobs: if: ${{ matrix.python-version == '3.10' }} run: | poetry run poe build_pipelines - - name: Deploy_to_pages - if: ${{ matrix.python-version == '3.10' }} - uses: crazy-max/ghaction-github-pages@v4 - with: - target_branch: development - build_dir: dashboard - commit_message: Automatic deployment to GitHub Pages - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# - name: Deploy_to_pages +# if: ${{ matrix.python-version == '3.10' }} +# uses: crazy-max/ghaction-github-pages@v4 +# with: +# target_branch: pages +# build_dir: dashboard +# commit_message: Automatic deployment to GitHub Pages +# env: +# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}