https://github.com/marketplace/actions/minify-action
Some checks failed
Hugo / build (push) Has been cancelled
Some checks failed
Hugo / build (push) Has been cancelled
This commit is contained in:
parent
3438547c61
commit
3ea284da8d
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install --no-install-recommends --no-install-suggests -y jq rsync
|
apt-get install --no-install-recommends --no-install-suggests -y jq rsync
|
||||||
|
- name: Minify Action
|
||||||
|
uses: anthonyftwang/minify-action@v1.0.1
|
||||||
- name: Test static page
|
- name: Test static page
|
||||||
run: bash ${{ gitea.workspace }}/bin/test_static_page.sh
|
run: bash ${{ gitea.workspace }}/bin/test_static_page.sh
|
||||||
- name: Deploy to Server
|
- name: Deploy to Server
|
||||||
|
|
Loading…
Add table
Reference in a new issue