Updated the README.md to make our documents easier to find #36
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: | |
- main | |
permissions: | |
contents: write | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Create or Update publiccode.yaml | |
uses: OpenCatalogi/publiccode-action@1.1.1 | |
with: | |
opencatalogi: true | |
- name: Create an Open Catalogi page | |
uses: OpenCatalogi/opencatalogi-action@1.1.1 | |
with: | |
nl_design_theme_classname: 'open-webconcept-theme' | |
pull_from_branche: 'development' | |
start_page: 'https://github.com/OpenWebconcept/.github/blob/main/docs/Catalogi.md' | |
footer_content: 'https://raw.githubusercontent.com/OpenWebconcept/.github/main/FooterContent.json' | |
navbar_content: 'https://raw.githubusercontent.com/OpenWebconcept/.github/main/HeaderContent.json' | |
favicon_logo: 'https://openwebconcept.nl/wp-content/themes/openwebconcept/assets/src/images/logo@2x.png' | |
navbar_logo: 'https://openwebconcept.nl/wp-content/themes/openwebconcept/assets/src/images/logo@2x.png' | |
footer_logo: 'https://openwebconcept.nl/wp-content/themes/openwebconcept/assets/src/images/logo@2x.png' | |
page_title: "Open Webconcept" | |
jumbotron_title: "Open Webconcept" | |
jumbotron_subtitle: "Een nieuwe beweging" | |
jumbotron_description: "Open Webconcept is een samenwerking van overheden en gemeenten die invulling geven aan Common Ground bouwblokken" | |
jumbotron_image_placement: "right" | |
jumbotron_image_url: "https://raw.githubusercontent.com/OpenWebconcept/.github/main/docs/componenten.svg" | |
jumbotron_searchform: false |