Skip to content

Commit

Permalink
taskfile: fix changes not re-running build
Browse files Browse the repository at this point in the history
  • Loading branch information
danvolchek committed Jul 8, 2024
1 parent 31481d7 commit dd9d556
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" dir="ltr" class="scroll-smooth" data-default-appearance="dark"
data-auto-appearance="true"><head>
<meta name="generator" content="Hugo 0.127.0">
<meta name="generator" content="Hugo 0.128.2">
<meta charset="utf-8" />

<meta http-equiv="content-language" content="en" />
Expand Down
4 changes: 3 additions & 1 deletion taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ tasks:
dev:
cmds:
- hugo server

build:
cmds:
- hugo
Expand All @@ -23,8 +24,9 @@ tasks:

changes:
cmds:
- task: build
- task: common:changes
vars:
PRE_DISPLAY_TASKS: "build" # Run build before showing changes

push:
cmds:
Expand Down

0 comments on commit dd9d556

Please sign in to comment.