Skip to content

Commit fb24ef7

Browse files
authored
Merge pull request #59 from mattip/fix-ci
make checksum test separate step
2 parents c914558 + 3e65ec0 commit fb24ef7

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)