mirror of
https://github.com/lukaszraczylo/kubemirror.git
synced 2026-07-15 03:50:31 +00:00
fixup! fix: Mirrored resources managed by other operators.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user