diff --git a/docs/index.html b/docs/index.html index 87c8477..1489067 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,7 +1,7 @@
- + diff --git a/taskfile.yaml b/taskfile.yaml index db11298..a2a8607 100644 --- a/taskfile.yaml +++ b/taskfile.yaml @@ -12,6 +12,7 @@ tasks: dev: cmds: - hugo server + build: cmds: - hugo @@ -23,8 +24,9 @@ tasks: changes: cmds: - - task: build - task: common:changes + vars: + PRE_DISPLAY_TASKS: "build" # Run build before showing changes push: cmds: