Skip to content

Commit

Permalink
Merge pull request #447 from OpenCatalogi/feature/OP-243/filter-default
Browse files Browse the repository at this point in the history
feature/OP-243/filter-default
  • Loading branch information
remko48 authored Mar 8, 2024
2 parents 5d6a3d1 + c27bc11 commit ce72861
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
30 changes: 21 additions & 9 deletions .github/workflows/openCatalogi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

3 changes: 1 addition & 2 deletions .github/workflows/opencatalogi-page-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ce72861

Please sign in to comment.