Skip to content

Commit

Permalink
Merge pull request #8 from Studio-23-xyz/BDeshiDev-patch-1
Browse files Browse the repository at this point in the history
Update docgen.yml
  • Loading branch information
BDeshiDev authored Jan 9, 2024
2 parents b78639c + 3662615 commit e125554
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ jobs:
find . -name README.md -exec cp {} . \;
find . -name CHANGELOG.md -exec cp {} . \;
# Check if a "Screenshots" folder exists and copy it to the root
if [ -d "Screenshots" ]; then
cp -r Screenshots .
fi
shell: bash

- name: Build
Expand All @@ -39,4 +34,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: _site
publish_dir: _site

0 comments on commit e125554

Please sign in to comment.