mirror of
https://github.com/LouisShark/chatgpt_system_prompt.git
synced 2025-07-09 16:20:32 -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
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [closed]
|
||||
pull_request_target:
|
||||
types:
|
||||
- closed
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
run-script:
|
||||
runs-on: ubuntu-latest
|
||||
if_merged:
|
||||
if: github.event.pull_request.merged == true
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue