Skip to content
Snippets Groups Projects
Unverified Commit 6fb2e0d9 authored by Bye's avatar Bye Committed by GitHub
Browse files

Update filedeploy.yml

parent 7d0dc790
Branches
No related tags found
No related merge requests found
...@@ -34,6 +34,8 @@ jobs: ...@@ -34,6 +34,8 @@ jobs:
run: python3 -m pip install -r requirements.txt && npm i tensify run: python3 -m pip install -r requirements.txt && npm i tensify
- name: minify - name: minify
run: python3 minify.py run: python3 minify.py
env:
tinify_key: ${{ secrets.tinify_key }}
- name: Install SSH Key - name: Install SSH Key
uses: shimataro/ssh-key-action@v2 uses: shimataro/ssh-key-action@v2
with: with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment