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: