Skip to content

Go to production and add a layer #34

Go to production and add a layer

Go to production and add a layer #34

Workflow file for this run

name: My Open Catalogi Workflow
on:
workflow_dispatch:
push:
branches:
- 'feature-*'
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Create or Update publiccode.yaml
uses: OpenCatalogi/[email protected]
- name: Create an Open Catalogi page
uses: OpenCatalogi/[email protected]
with:
github_repository_name_as_prefix: false
nl_design_theme_classname: 'rotterdam-theme'
pull_from_branche: 'development'
footer_content: 'https://raw.githubusercontent.com/OpenCatalogi/opencatalogi.nl/main/FooterContent.json'
navbar_content: 'https://raw.githubusercontent.com/OpenCatalogi/opencatalogi.nl/main/HeaderContent.json'
favicon_logo: 'https://dev.opencatalogi.nl/static/logo_OpenCatalogi-8b1b0a001c3f37dae4d3f69b5964ec72.png'
navbar_logo: 'https://dev.opencatalogi.nl/static/logo_OpenCatalogi-8b1b0a001c3f37dae4d3f69b5964ec72.png'
footer_logo: 'https://dev.opencatalogi.nl/static/logo_OpenCatalogi-8b1b0a001c3f37dae4d3f69b5964ec72.png'