diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 00000000..28839985 --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,18 @@ +on: + push: + # branches: + # - main + pull_request: + # branches: + #- main +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