Skip to content

Commit

Permalink
Changed Python version and copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
niemasd committed Apr 5, 2024
1 parent c12f52b commit 1a0f57c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python 3.8
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.11
- name: Install dependencies
run: |
pip install -r teach_online/requirements.txt && \
Expand Down Expand Up @@ -70,4 +70,4 @@ jobs:
file: teach_online/_build/latex/book.pdf
asset_name: How-to-Teach-Online.pdf
tag: ${{ steps.tag.outputs.release_tag }}
overwrite: true
overwrite: true
2 changes: 1 addition & 1 deletion teach_online/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

title: How to Teach Online
author: Niema Moshiri
copyright: 2024
copyright: "2024"
logo: logo.png

# Force re-execution of notebooks on each build.
Expand Down

0 comments on commit 1a0f57c

Please sign in to comment.