Skip to content

Commit

Permalink
Update copy_stoplight_docs.yml
Browse files Browse the repository at this point in the history
Creating the stoplight_docs folder and copy all markdown file from main path
  • Loading branch information
StefanoStream authored Dec 10, 2024
1 parent 45b4b53 commit 5605b7e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/copy_stoplight_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ jobs:
- name: Clean Stoplight Branch
run: |
git checkout stoplight_docs
git rm -rf .
rm -rf ./*
- name: Create Stoplight Doc Directory
run: |
mkdir -p stoplight_docs
- name: Copy Markdown Files
run: |
cp -r playback-sdk-ios/*.md stoplight_docs/
cp -r *.md stoplight_docs/
- name: Commit Changes
run: |
git add .
Expand Down

0 comments on commit 5605b7e

Please sign in to comment.