this repo has no description
0
fork

Configure Feed

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

nojekyll workaround but maybe the action will run this time

+1 -1
+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 + touch _build/html/.nojekyll 26 26 - name: Archive generated docs 27 27 uses: actions/upload-artifact@v4 28 28 with: