Skip to content

Commit fb5c3ed

Browse files
Merge pull request #125 from anveshmuppeda/dev
Dev
2 parents e2d8d9d + aa3fc24 commit fb5c3ed

File tree

3 files changed

+1050
-1
lines changed

3 files changed

+1050
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
name: Deploy to GitHub Pages
22

33
on:
4+
workflow_dispatch:
5+
# This workflow is triggered on push events to the main branch
6+
# and only for specific paths. You can customize the paths as needed.
47
push:
58
branches:
69
- main
10+
paths:
11+
- 'docs/**'
12+
- 'src/**'
13+
- 'static/**'
14+
- 'blog/**'
15+
- 'commands/**'
16+
- 'k8swebsite.config.js'
17+
- 'package.json'
18+
- 'sidebars.ts'
719
# Review gh actions docs if you want to further define triggers, paths, etc
820
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
921

0 commit comments

Comments
 (0)