Skip to content

Commit

Permalink
fix(PyPi): redirection issue while publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
gary1998 committed Jun 18, 2021
1 parent 9d65b52 commit 69e8651
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
with:
user: ${{ secrets.PYPI_USER }}
password: ${{ secrets.PYPI_PASSWORD }}
repository_url: https://upload.pypi.org/legacy
repository_url: https://upload.pypi.org/legacy/

documentation:
runs-on: ubuntu-latest
Expand All @@ -117,12 +117,12 @@ jobs:
run: pip install pdoc

- name: generate pydoc
run: pdoc --html ibm_scc
run: pdoc ibm_scc -o html

- name: deploy gopages to gh-pages
uses: crazy-max/ghaction-github-pages@v1
with:
target_branch: gh-pages
build_dir: html/ibm_scc
build_dir: html
env:
GITHUB_TOKEN: ${{ secrets.ADMIN_TOKEN }}

0 comments on commit 69e8651

Please sign in to comment.