From 4c5cdca64820c4426e8bc879b3b17af193c36663 Mon Sep 17 00:00:00 2001 From: ciatph Date: Thu, 12 Sep 2024 16:55:05 +0800 Subject: [PATCH] fix: update gh upload artifacts path --- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index fa09d36..087fa36 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -32,7 +32,7 @@ jobs: with: name: docs include-hidden-files: true - path: docs/ph-municipalities/${{ env.version }} + path: docs retention-days: 3 deploy-docs: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a588612..9f0bada 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Lint Files +name: Lint and Test on: push: