fixup! fix: Mirrored resources managed by other operators.

This commit is contained in:
2025-12-26 01:04:46 +00:00
parent 2dd34bf39e
commit 54f4f9306c
+7 -3
View File
@@ -3,8 +3,12 @@ name: Release
on:
workflow_dispatch:
push:
tags:
- 'v*'
paths-ignore:
- "**.md"
- "docs/**"
- "examples/**"
branches:
- main
permissions:
id-token: write
@@ -64,7 +68,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: './docs'
path: "./docs"
- name: Deploy to GitHub Pages
id: deployment