diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 22bcf790..00000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Deploy pages and pypi -on: - [push] -jobs: - deploy-pages: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 - with: - python-version: 3.8 - - run: pip install --user montepy[doc] - - run: cd doc && make html