Skip to content

Commit f286d3f

Browse files
committed
move zola link check to build action
1 parent 5274be6 commit f286d3f

File tree

2 files changed

+3
-30
lines changed

2 files changed

+3
-30
lines changed

.github/workflows/build-upon-push-or-merge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
"https://github.com/getzola/zola/releases/download/v${ZOLA_VERSION}/zola-v${ZOLA_VERSION}-x86_64-unknown-linux-gnu.tar.gz" \
4444
| sudo tar xzf - -C /usr/local/bin
4545
46+
- name: Check for broken links
47+
run: zola check
48+
4649
- name: Generate HTML
4750
run: zola build
4851

.github/workflows/linkcheck.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)