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: on:
workflow_dispatch: workflow_dispatch:
push: push:
tags: paths-ignore:
- 'v*' - "**.md"
- "docs/**"
- "examples/**"
branches:
- main
permissions: permissions:
id-token: write id-token: write
@@ -64,7 +68,7 @@ jobs:
- name: Upload artifact - name: Upload artifact
uses: actions/upload-pages-artifact@v3 uses: actions/upload-pages-artifact@v3
with: with:
path: './docs' path: "./docs"
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
id: deployment id: deployment