Skip to content

update rerun

update rerun #39

---
name: Build Catalog
on: # yamllint disable-line rule:truthy
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: write
jobs:
lint-yaml:
name: Build Catalog
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Install Golang
uses: actions/setup-go@v5
- name: Create Catalog Manifest
run: go run hack/create_catalog.go
- name: Deploy To gh-pages 🚀
uses: JamesIves/github-pages-deploy-action@v4
if: ${{ github.ref == 'refs/heads/main' }}
with:
folder: catalog