this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

nojekyll workaround

+1
+1
.github/workflows/build-docs.yml
··· 22 22 cd ./docs/ 23 23 sphinx-apidoc -f -o _apidocs/ ../src/atmst 24 24 make html 25 + touch _build/html/.nojekyll # fixes https://github.com/slackapi/python-slack-sdk/issues/819#issuecomment-1132192752 25 26 - name: Archive generated docs 26 27 uses: actions/upload-artifact@v4 27 28 with: