Skip to content

Commit

Permalink
Merge pull request #9 from wuliaodexiaoluo/main
Browse files Browse the repository at this point in the history
Sync
  • Loading branch information
wuliaodexiaoluo authored Oct 5, 2024
2 parents fac9125 + d93d80a commit 009ad81
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 11 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/Issue.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: GitHubIssueCheck

on:
issues:
types: [opened, edited]
pull_request:
types: [opened, edited]
workflow_dispatch:

jobs:
build:
Expand All @@ -21,4 +18,4 @@ jobs:

- name: Run Check
run: |
python check.py --apikey ${{ secrets.TOKEN }} --use-ssh --ssh-key ${{ secrets.SSH }} --issue-meta https://issue-meta.luolingxue.us.kg/issues.json --pullmeta https://issue-meta.luolingxue.us.kg/pull.json
python check.py --apikey ${{ secrets.TOKEN }} --use-ssh --ssh-key ${{ secrets.SSH }} --issue-meta https://issue-meta.luolingxue.us.kg/issues.json --pullmeta https://issue-meta.luolingxue.us.kg/pull.json
27 changes: 27 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: deply to page
on:
workflow_dispatch:


permissions:
contents: write

jobs:

build:

runs-on: windows-2022

steps:

- name: CheckOut Code
uses: actions/checkout@v4

- name: Deploy
uses: JamesIves/github-pages-deploy-action@3.7.1
with:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: main
FOLDER: ./
CLEAN: true

Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: GitHubIssueCheck
on:
issues:
types: [opened, edited]
pull_request:
types: [opened, edited]
workflow_dispatch:

jobs:
build:
Expand All @@ -19,4 +16,4 @@ jobs:
python-version: 3.10

- name: Run Check
run: python Check-Code.py --apikey ${{secerts.TOKEN}} --blocklist https://issue-meta.luolingxue.us.kg/blockuser.json
run: python Check-Code.py --apikey ${{ secerts.TOKEN }} --blocklist https://issue-meta.luolingxue.us.kg/blockuser.json
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
api.luolingxue.us.kg
lty-followers.github.io
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 009ad81

Please sign in to comment.