My Open Catalogi Workflow #5
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: | |
schedule: | |
- cron: '0 0 * * *' | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
permissions: | |
contents: write | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Create or Update publiccode.yaml | |
uses: OpenCatalogi/[email protected] | |
with: | |
opencatalogi: true | |
- name: Create an Open Catalogi page | |
uses: OpenCatalogi/[email protected] | |
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/[email protected]' | |
navbar_logo: 'https://openwebconcept.nl/wp-content/themes/openwebconcept/assets/src/images/[email protected]' | |
footer_logo: 'https://openwebconcept.nl/wp-content/themes/openwebconcept/assets/src/images/[email protected]' |