-
Notifications
You must be signed in to change notification settings - Fork 2
42 lines (39 loc) · 1.76 KB
/
openCatalogi.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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"