fix img. minification action

This commit is contained in:
Dennis Eichhorn 2022-04-04 19:13:18 +02:00
parent ef9c583959
commit 50cfd020b9
2 changed files with 1 additions and 2 deletions

View File

@ -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 }}

View File

@ -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',