Skip to content

Commit

Permalink
chore: remove screenshots (#295)
Browse files Browse the repository at this point in the history
* chore: remove screenshots

* feat: update doc github actions
  • Loading branch information
mckenziearts authored Sep 7, 2024
1 parent f97ceaa commit 1c6186e
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
run: |
mkdir -p "./$DOCUMENTATION_REPOSITORY_NAME/$SCREENSHOT_PATH"
mkdir -p "./$DOCUMENTATION_REPOSITORY_NAME/$DOCUMENTATION_PATH"
cp -rf packages/admin/docs/content "./$DOCUMENTATION_REPOSITORY_NAME/$DOCUMENTATION_PATH"
cp -rf packages/admin/docs/screenshots "./$DOCUMENTATION_REPOSITORY_NAME/$SCREENSHOT_PATH"
cp -rf packages/admin/docs/content/* "./$DOCUMENTATION_REPOSITORY_NAME/$DOCUMENTATION_PATH/"
cp -rf packages/admin/docs/screenshots/* "./$DOCUMENTATION_REPOSITORY_NAME/$SCREENSHOT_PATH/"
echo "Copied updated docs to the laravelshopper.dev repository!"
- name: Commit and Push Changes
env:
Expand Down
Binary file removed packages/admin/docs/screenshots/attributes.png
Binary file not shown.
Binary file removed packages/admin/docs/screenshots/category-parent.png
Binary file not shown.
Binary file removed packages/admin/docs/screenshots/single-upload.png
Binary file not shown.

0 comments on commit 1c6186e

Please sign in to comment.