We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d65b52 commit 69e8651Copy full SHA for 69e8651
.github/workflows/main.yaml
@@ -104,7 +104,7 @@ jobs:
104
with:
105
user: ${{ secrets.PYPI_USER }}
106
password: ${{ secrets.PYPI_PASSWORD }}
107
- repository_url: https://upload.pypi.org/legacy
+ repository_url: https://upload.pypi.org/legacy/
108
109
documentation:
110
runs-on: ubuntu-latest
@@ -117,12 +117,12 @@ jobs:
117
run: pip install pdoc
118
119
- name: generate pydoc
120
- run: pdoc --html ibm_scc
+ run: pdoc ibm_scc -o html
121
122
- name: deploy gopages to gh-pages
123
uses: crazy-max/ghaction-github-pages@v1
124
125
target_branch: gh-pages
126
- build_dir: html/ibm_scc
+ build_dir: html
127
env:
128
GITHUB_TOKEN: ${{ secrets.ADMIN_TOKEN }}
0 commit comments