Skip to content

Commit

Permalink
fix: error in cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Dec 16, 2023
1 parent 44be192 commit e090a83
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ jobs:
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: jjjermiah
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

- name: Publish documentation
uses: maxheld83/ghpages@v0.2.1
with:
build_dir: docs/_build/html
target_branch: gh-pages
committer_name: "GitHub Actions"
committer_email: "jermiahjoseph98@gmail.com"
# - name: Publish documentation
# uses: maxheld83/ghpages@v0.2.1
# with:
# build_dir: docs/_build/html
# target_branch: gh-pages
# committer_name: "GitHub Actions"
# committer_email: "jermiahjoseph98@gmail.com"

0 comments on commit e090a83

Please sign in to comment.