Skip to content

Commit

Permalink
Remove Python dependencies and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
webrian committed Dec 12, 2023
1 parent 694ecdf commit b679d19
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 117 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build-pages-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,6 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3

- name: Setup Python environment
uses: actions/setup-python@v4
with:
python-version: '3.12'

- name: Install Python packages
run: |
python -m pip install --upgrade pip
pip install jinja2
- name: Write courses pages
run: |
cd ./scripts/; ./write-courses.py
- name: Setup Ruby environment
uses: ruby/setup-ruby@v1
with:
Expand Down
3 changes: 0 additions & 3 deletions scripts/template.erb

This file was deleted.

20 changes: 0 additions & 20 deletions scripts/template.html

This file was deleted.

66 changes: 0 additions & 66 deletions scripts/write-courses.py

This file was deleted.

14 changes: 0 additions & 14 deletions scripts/write-courses.rb

This file was deleted.

0 comments on commit b679d19

Please sign in to comment.