Skip to content

Commit

Permalink
Remove docs deploing from actions
Browse files Browse the repository at this point in the history
  • Loading branch information
karpetrosyan committed Jun 16, 2023
1 parent bda2014 commit 6edb8c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: publish
on: workflow_dispatch
permissions:
contents: write


jobs:
pypi-publish:
name: upload release to PyPI
Expand Down
4 changes: 0 additions & 4 deletions scripts/publish
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#! /bin/bash -ex

git config --local user.email "[email protected]"
git config --local user.name "karosis88"

hatch publish -u __token__ -a $AIOARP_PYPI
mkdocs gh-deploy --force

0 comments on commit 6edb8c4

Please sign in to comment.