diff --git a/.github/workflows/product-page-deploy.yml b/.github/workflows/product-page-deploy.yml index 3c98f566..159e2c58 100644 --- a/.github/workflows/product-page-deploy.yml +++ b/.github/workflows/product-page-deploy.yml @@ -3,7 +3,7 @@ name: Deploy the Product Page to GitHub Pages on: push: branches: - - main + - never permissions: contents: write @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create an Open Catalogi page - uses: OpenCatalogi/opencatalogi-action@1.1.7 + uses: OpenCatalogi/opencatalogi-action@1.1.1 with: github_repository_name_as_prefix: false nl_design_theme_classname: "commonground-theme"