Skip to content

Commit

Permalink
cleanup ci
Browse files Browse the repository at this point in the history
  • Loading branch information
StardustDL committed Mar 12, 2024
1 parent 09c50f3 commit 49e8a63
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
schedule:
- cron: "0 0 * * *"

defaults:
run:
shell: bash

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -18,8 +14,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
Expand Down Expand Up @@ -91,11 +85,6 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
path: ./dist
# uses: JamesIves/github-pages-deploy-action@v4
# with:
# token: ${{ secrets.PA_TOKEN }}
# branch: gh-pages
# folder: ./dist
deploy:
needs: build
permissions:
Expand Down
2 changes: 0 additions & 2 deletions index/std.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
from aexpy.producers import ProduceState
from aexpy.tools.workers import AexPyResult, AexPyWorker

from index.processor import ProcessDB

from . import env
from .processor import DistPathBuilder, ProcessDB, Processor

Expand Down

0 comments on commit 49e8a63

Please sign in to comment.