Skip to content

Commit

Permalink
Started deploy with building pages
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Jan 10, 2024
1 parent 19354e6 commit 06371d3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 06371d3

Please sign in to comment.