Skip to content

Commit

Permalink
Workflow edited
Browse files Browse the repository at this point in the history
  • Loading branch information
shMeske committed Nov 1, 2023
1 parent 2e3073e commit 2c458cf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 2c458cf

Please sign in to comment.