diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 28839985..7a1b1ef0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,18 +1,13 @@ on: - push: - # branches: - # - main - pull_request: - # branches: - #- main + [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 - - run: make html + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-python@v4 + with: + python-version: 3.8 + - run: pip install --user montepy[doc] + - run: cd doc + - run: make html