From c27bc11b3ea1c7b6ea8a528127a1fc5e3941e43c Mon Sep 17 00:00:00 2001 From: Remko Date: Fri, 8 Mar 2024 11:03:20 +0100 Subject: [PATCH] updated action --- .github/workflows/openCatalogi.yaml | 30 +++++++++++++------ .../workflows/opencatalogi-page-deploy.yml | 3 +- 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/.github/workflows/openCatalogi.yaml b/.github/workflows/openCatalogi.yaml index 4b00239eb..0cf8707da 100644 --- a/.github/workflows/openCatalogi.yaml +++ b/.github/workflows/openCatalogi.yaml @@ -13,18 +13,30 @@ permissions: jobs: build: runs-on: ubuntu-latest - steps: + steps: - name: Create or Update publiccode.yaml uses: OpenCatalogi/publiccode-action@latest with: opencatalogi: true - - name: Create an Open Catalogi page - uses: OpenCatalogi/opencatalogi-action@1.0.0 + - name: Create or Update an Open Catalogi page + uses: OpenCatalogi/opencatalogi-action@latest with: github_repository_name_as_prefix: false - nl_design_theme_classname: 'rotterdam-theme' - pull_from_branche: 'development' - start_page: 'https://github.com/OpenCatalogi/.github/blob/main/docs/Catalogi.md' - favicon_logo: 'https://www.rotterdam.nl/images/logo-base.svg' - navbar_logo: 'https://www.rotterdam.nl/images/logo-base.svg' - footer_logo: 'https://www.rotterdam.nl/images/logo-base.svg' + nl_design_theme_classname: "opencatalogi-theme" + pull_from_branche: "development" + start_page: "false" + favicon_logo: "https://dev.opencatalogi.nl/static/logo_OpenCatalogi-8b1b0a001c3f37dae4d3f69b5964ec72.png" + page_title: "DevOpenCatalogi" + navbar_show_login: "false" + navbar_content: "https://raw.githubusercontent.com/OpenCatalogi/web-app/main/pwa/src/templates/templateParts/header/HeaderContent.json" + footer_logo: "https://dev.opencatalogi.nl/static/logo_OpenCatalogi-8b1b0a001c3f37dae4d3f69b5964ec72.png" + footer_content: "https://raw.githubusercontent.com/OpenCatalogi/web-app/25995205e1dbb043822d1c58c5c23f8e6f77ff7e/pwa/src/templates/templateParts/footer/FooterContent.json" + footer_show_creator: "true" + jumbotron_title: "OpenCatalogi" + jumbotron_subtitle: "false" + jumbotron_description: "Eén centrale plek voor hergebruik van informatietechnologie binnen de overheid" + filter_forks: "true" + filter_rating: "OpenCatalogi" + filter_rating_default: "16" + filter_status: "stable" + diff --git a/.github/workflows/opencatalogi-page-deploy.yml b/.github/workflows/opencatalogi-page-deploy.yml index 4a58ab001..c06a744bc 100644 --- a/.github/workflows/opencatalogi-page-deploy.yml +++ b/.github/workflows/opencatalogi-page-deploy.yml @@ -61,8 +61,7 @@ env: # Change these to your preferences any image url can also be a base encoded on: push: branches: - - main - - development + - never jobs: build: