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

Update filedeploy.yml

parent cb815534
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,9 @@ jobs: ...@@ -31,7 +31,9 @@ jobs:
directory: . directory: .
add_suffix: false add_suffix: false
- name: Install minification dependencies - name: Install minification dependencies
run: ls -la run: python3 -m pip install -r requirements.txt && node i tensify
- name: minify
run: python3 main.py
- 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