mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-07 22:15:38 -05:00
remove font deps from copr
This commit is contained in:
@@ -1,37 +0,0 @@
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 2 * * 5"
|
||||
jobs:
|
||||
update-symbols:
|
||||
permissions:
|
||||
contents: write
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
steps:
|
||||
- name: free disk space
|
||||
run: |
|
||||
sudo swapoff -a
|
||||
sudo rm -f /swapfile
|
||||
sudo apt clean
|
||||
docker image prune -a -f
|
||||
df -h
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.11
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r update/requirements.txt
|
||||
- name: Run Update Script
|
||||
working-directory: ./update
|
||||
run: |
|
||||
python update_symbols.py
|
||||
- name: commit
|
||||
run: |
|
||||
git add .
|
||||
git diff --staged --quiet || git -c user.name='GitHub Actions Bot' -c user.email='<>' commit -m 'Update Symbols'
|
||||
git push origin master
|
||||
@@ -1,5 +0,0 @@
|
||||
node_modules
|
||||
update/venv/
|
||||
venv/
|
||||
update/__pycache__/
|
||||
__pycache__/
|
||||
Reference in New Issue
Block a user