Skip to content

Commit

Permalink
Update copy_stoplight_docs.yml
Browse files Browse the repository at this point in the history
Leaving md files
  • Loading branch information
StefanoStream authored Dec 10, 2024
1 parent 5605b7e commit 6464717
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/copy_stoplight_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,9 @@ jobs:
run: |
git checkout -b stoplight_docs --force
git push origin stoplight_docs --force
- name: Clean Stoplight Branch
- name: Removing all files except Markdown Files
run: |
git checkout stoplight_docs
rm -rf ./*
- name: Create Stoplight Doc Directory
run: |
mkdir -p stoplight_docs
- name: Copy Markdown Files
run: |
cp -r *.md stoplight_docs/
find . -mindepth 1 ! -name "*.md" -delete
- name: Commit Changes
run: |
git add .
Expand Down

0 comments on commit 6464717

Please sign in to comment.