Skip to content

Commit

Permalink
Update action, use ubuntu 22 and just keep python task
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgldvd committed Nov 15, 2023
1 parent 53f00b0 commit 772e116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,12 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:

- name: Checkout code
uses: actions/checkout@v2

- name: Update ubuntu
run: |
sudo apt-get update
echo 🏅
- name: Install git
run: |
sudo apt-get install git -y
echo 🏅
- name: Install python3
run: |
sudo apt-get install python3 -y
echo 🏅
- name: Install pip3
run: |
sudo apt-get install -y python3-pip
echo 🏅
- name: Python3 requirements.txt
run: |
pip3 install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion Website.yml → themes/Website.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--
---
name: 'Website'

color_01: '#183c44'
Expand Down

0 comments on commit 772e116

Please sign in to comment.