From 4b032b4c39d33ea038a2ddc8a936447273d07cb4 Mon Sep 17 00:00:00 2001 From: David Linke Date: Sat, 8 Feb 2025 14:59:24 +0100 Subject: [PATCH] Update underlying template to v0.1.5 --- .copier-answers.yml | 2 +- .github/workflows/deploy-docs.yaml | 2 +- .github/workflows/main.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 4021365..28ba5cd 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: v0.1.4 +_commit: v0.1.5 _src_path: gh:dalito/linkml-project-copier copyright_year: '2023' create_python_classes: 'Yes' diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index d19f87a..00c0ff0 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -13,7 +13,7 @@ jobs: # Grant GITHUB_TOKEN the permissions required to make a Pages deployment permissions: - contents: write # to let mkdocs write the new docs + contents: write # to let mkdocs write the new docs pages: write # to deploy to Pages id-token: write # to verify the deployment originates from an appropriate source diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index f50ecda..8ec07a3 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -1,7 +1,7 @@ # Built from: # https://docs.github.com/en/actions/guides/building-and-testing-python --- -name: Build & test pid4cat_model +name: Build and test on: [pull_request]