Skip to content

Commit c478e27

Browse files
MassivaMMassy Mahamli
and
Massy Mahamli
authored
Removing css file replacement in github actions (#17)
Co-authored-by: Massy Mahamli <[email protected]>
1 parent b46c51d commit c478e27

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/move-into-oss.yml

-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ jobs:
4646
- name: Modify HTML file and place it in the OSS repo
4747
if: steps.changed-files-specific.outputs.workflow_modified_files == '_data/ManifestStore_schema_edited.json'
4848
run : cat ./_site/reference-cai.html | pup 'body' > './manifest-repo/docs/manifest/reference-cai.html'
49-
- name: Move css file to OSS repo
50-
if: steps.changed-files-specific.outputs.workflow_modified_files == '_data/ManifestStore_schema_edited.json'
51-
run : cp './_site/css/cai-addon.css' './manifest-repo/docs/manifest/cai-addon.css'
5249
- name: Open PR in OSS
5350
if: steps.changed-files-specific.outputs.workflow_modified_files == '_data/ManifestStore_schema_edited.json'
5451
uses: peter-evans/create-pull-request@v5

0 commit comments

Comments
 (0)