Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec Jacobson committed Aug 15, 2023
1 parent f0d3580 commit ae59739
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ jobs:
build-deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Checkout repository
uses: actions/checkout@v1
with:
fetch-depth: 1

- name: Setup Python 🐍
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip' # caching pip dependencies
- run: pip install -r requirements.txt
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip' # caching pip dependencies
run: pip install -r requirements.txt

- name: Build website 🛠
shell: bash
Expand Down

0 comments on commit ae59739

Please sign in to comment.