Skip to content

Commit e759638

Browse files
Update deploy-workflow.yml
1 parent 8c61679 commit e759638

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-workflow.yml

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
2222
- name: Build project
2323
run: bundle exec jekyll build -d docs-tmp
24+
- name: Clean up docs-tmp folder
25+
run : |
26+
rm docs-tmp/logo.svg
27+
rm docs-tmp/README.md
28+
rm docs-tmp/LICENSE.txt
2429
- name: Add CNAME file
2530
run: |
2631
touch docs-tmp/CNAME

0 commit comments

Comments
 (0)