Skip to content

Commit

Permalink
Merge pull request #156 from pycroscopy/use_dict3
Browse files Browse the repository at this point in the history
Update actions.yml
  • Loading branch information
gduscher authored Feb 5, 2024
2 parents 295fc1c + 301ce76 commit 5e4c2b1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,6 @@ jobs:
fail_ci_if_error: true
# path_to_write_report: ./coverage/codecov_report.txt
verbose: true

- name: Deploy to GitHub Pages
if: ${{ matrix.python-version == env.PYTHON_MAIN_VERSION && github.ref == 'refs/heads/main'}}
uses: crazy-max/ghaction-github-pages@v3
with:
target_branch: gh-pages
build_dir: docs/_build/html
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload to PyPi
if: startsWith( github.ref, 'refs/tags') && matrix.python-version == env.PYTHON_MAIN_VERSION
Expand Down

0 comments on commit 5e4c2b1

Please sign in to comment.