Merge pull request #478 from OpenCatalogi/publications #148
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: My Open Catalogi Workflow | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- development | |
permissions: | |
contents: write | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Create or Update publiccode.yaml | |
uses: OpenCatalogi/publiccode-action@latest | |
with: | |
opencatalogi: true | |
- name: Create or Update an Open Catalogi page | |
uses: OpenCatalogi/opencatalogi-action@latest | |
with: | |
github_repository_name_as_prefix: false | |
github_organization_url: "false" | |
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_logo: "https://dev.opencatalogi.nl/static/logo_OpenCatalogi-8b1b0a001c3f37dae4d3f69b5964ec72.png" | |
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" |