mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-13 05:08:41 +00:00
fix img. minification action
This commit is contained in:
parent
ef9c583959
commit
50cfd020b9
2
.github/workflows/image.yml
vendored
2
.github/workflows/image.yml
vendored
|
|
@ -19,6 +19,6 @@ jobs:
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Compress Images
|
- name: Compress Images
|
||||||
uses: calibreapp/image-actions@master
|
uses: calibreapp/image-actions@main
|
||||||
with:
|
with:
|
||||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
@ -43,7 +43,6 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</template>
|
</template>
|
||||||
<template id="contentTpl">
|
<template id="contentTpl">
|
||||||
<div class="task-content">
|
<div class="task-content">
|
||||||
<!-- todo: bind js after adding template -->
|
|
||||||
<?= $this->getData('editor')->render('task-edit'); ?>
|
<?= $this->getData('editor')->render('task-edit'); ?>
|
||||||
<?= $this->getData('editor')->getData('text')->render(
|
<?= $this->getData('editor')->getData('text')->render(
|
||||||
'task-edit',
|
'task-edit',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user