Skip to content

Commit 4ea55a8

Browse files
committed
GitHub pages workflow: fix Linton and Nancy versions for now
1 parent c0a8b84 commit 4ea55a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
sudo apt-get -y install discount
37-
pip install --user linton
37+
pip install --user nancy==8.3.0
38+
pip install --user linton=1.1.1
3839
- name: Build pages
3940
run: |
4041
/usr/share/rsync/scripts/git-set-file-times ./web-page

0 commit comments

Comments
 (0)