Skip to content

Commit

Permalink
Update to 2022_WT2
Browse files Browse the repository at this point in the history
  • Loading branch information
firasm authored Jul 12, 2022
1 parent 45d9d7a commit 7303a58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- uses: actions/checkout@v2

# Install dependencies
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.9

- name: cache installation
uses: actions/cache@v2
Expand All @@ -42,7 +42,7 @@ jobs:
REMOTE_DIR: ${{ secrets.REMOTE_TARGET }}
LOCAL_DIR: "_build/html/"
COURSE_NAME: "data301"
TERM: "2021_WT1"
TERM: "2022_WT2"
run: |
mkdir ~/.ssh
echo "$REMOTE_KEY" > ~/.ssh/id_rsa
Expand Down

0 comments on commit 7303a58

Please sign in to comment.