Skip to content

Commit

Permalink
Merge pull request #33 from x-tabdeveloping/issue30
Browse files Browse the repository at this point in the history
pages/docs deployment
  • Loading branch information
jankounchained authored Mar 25, 2024
2 parents 1639f28 + 274e13f commit 6959aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Dependencies
run: |
python -m pip install --upgrade pip
pip install turftopic[pyro-ppl,docs]
pip install "turftopic[pyro-ppl,docs]"
- name: Build and Deploy
if: github.event_name == 'push'
Expand Down

0 comments on commit 6959aed

Please sign in to comment.