Skip to content

Commit 6959aed

Browse files
Merge pull request #33 from x-tabdeveloping/issue30
pages/docs deployment
2 parents 1639f28 + 274e13f commit 6959aed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
deploy:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- uses: actions/setup-python@v4
2020
with:
2121
python-version: '3.10'
2222

2323
- name: Dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install turftopic[pyro-ppl,docs]
26+
pip install "turftopic[pyro-ppl,docs]"
2727
2828
- name: Build and Deploy
2929
if: github.event_name == 'push'

0 commit comments

Comments
 (0)