From 5aed3769ca07340c4e5803318e83fd3ff2f8aae5 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Thu, 17 Oct 2024 16:17:00 +0800 Subject: [PATCH] Disable blog last update checks and clean up deployments --- .woodpecker/.deploy.yml | 3 +-- docusaurus.config.ts | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker/.deploy.yml b/.woodpecker/.deploy.yml index db32977..347b1f1 100644 --- a/.woodpecker/.deploy.yml +++ b/.woodpecker/.deploy.yml @@ -1,6 +1,5 @@ -# .woodpecker.yml steps: - - name: build & copy + - name: deploy image: node:18-alpine when: - branch: master diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 3cd7ab6..1dc67fc 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -7,6 +7,8 @@ const config: Config = { tagline: "One-stop shop for rolling out production environments on potatoes", favicon: "img/favicon.ico", + showLastUpdateTime: false, + // Set the production url of your site here url: "https://resources.06222001.xyz", // Set the // pathname under which your site is served