mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-11 15:38:40 +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
|
||||
|
||||
- name: Compress Images
|
||||
uses: calibreapp/image-actions@master
|
||||
uses: calibreapp/image-actions@main
|
||||
with:
|
||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
@ -43,7 +43,6 @@ echo $this->getData('nav')->render(); ?>
|
|||
</template>
|
||||
<template id="contentTpl">
|
||||
<div class="task-content">
|
||||
<!-- todo: bind js after adding template -->
|
||||
<?= $this->getData('editor')->render('task-edit'); ?>
|
||||
<?= $this->getData('editor')->getData('text')->render(
|
||||
'task-edit',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user