Skip to content

Commit 3e65ec0

Browse files
committed
make checksum test separate step
1 parent c914558 commit 3e65ec0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/nikola.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ jobs:
1717
steps:
1818
- name: Check out
1919
uses: actions/checkout@v2
20-
- name: Build docs
20+
- name: Check valid checksums
2121
shell: bash
2222
run: python3 check_checksums.py
23+
- name: Build docs
24+
shell: bash
25+
run: |
2326
sudo apt install virtualenv
2427
make build
2528
- name: Deploy

0 commit comments

Comments
 (0)