Skip to content

Commit 3222c92

Browse files
authored
Update main.yml
1 parent 4f0f060 commit 3222c92

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-python@v2
1313
with:
14-
python-version: 3.x
14+
python-version: 3.7
1515
env:
1616
TZ: Europe/Madrid
1717
- run: pip install wheel tzdata
18-
- run: TZ="Europe/Madrid"
1918
- run: pip install -r requirements.txt
2019
- run: mkdocs gh-deploy --force --strict

0 commit comments

Comments
 (0)