mirror of
https://github.com/LouisShark/chatgpt_system_prompt.git
synced 2025-07-12 01:22:28 -04:00
docs: remove unused code
This commit is contained in:
parent
9608944071
commit
891f52b965
1 changed files with 5 additions and 4 deletions
9
.github/workflows/build-toc.yaml
vendored
9
.github/workflows/build-toc.yaml
vendored
|
@ -1,15 +1,16 @@
|
||||||
name: Generate TOC on PR Merge
|
name: Generate TOC on PR Merge
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
types: [closed]
|
types:
|
||||||
|
- closed
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-script:
|
if_merged:
|
||||||
runs-on: ubuntu-latest
|
|
||||||
if: github.event.pull_request.merged == true
|
if: github.event.pull_request.merged == true
|
||||||
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue