Skip to content

Commit

Permalink
Merge pull request #3 from TuftsRT/develop
Browse files Browse the repository at this point in the history
develop
  • Loading branch information
ukukas authored Nov 28, 2023
2 parents 8efece3 + c6f4a4b commit 5b5dbf8
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,17 @@ on:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10.13
uses: actions/setup-python@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10.13
- name: Install Dependencies
run: |
pip install -r requirements.txt
- name: Build Content
run: |
jupyter-book build source
- name: GitHub Pages action
uses: peaceiris/[email protected]
- run: pip install -r requirements.txt
- run: jupyter-book build ./source
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: source/_build/html
publish_dir: ./source/_build/html

0 comments on commit 5b5dbf8

Please sign in to comment.