Skip to content

Commit

Permalink
keep files on landing page build
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-cvit committed Dec 30, 2024
1 parent b7f78d1 commit ed681e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ on:
push:
branches:
- main
paths:
- web/**
- push-helm-repo-source
# paths:
# - web/**

permissions:
contents: write
Expand All @@ -30,3 +31,4 @@ jobs:
publish_dir: ./web/build
external_repository: cyclops-ui/cyclops-ui.github.io
cname: cyclops-ui.com
keep_files: true

0 comments on commit ed681e3

Please sign in to comment.