Skip to content

Commit

Permalink
Update site.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andriygav authored Oct 3, 2024
1 parent dcb1f34 commit bb639f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:
# Publish the application on github pages
publish:
# use ubuntu
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04

steps:
# Checks-out $GITHUB_WORKSPACE
- name: Checkout
uses: actions/checkout@v2

- name: Setup Python 3.9
- name: Setup Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.9
python-version: 3.8

# install requirements
- name: Install requirements
Expand Down

0 comments on commit bb639f6

Please sign in to comment.