Skip to content

Commit 40e1106

Browse files
authored
Update github-pages.yaml
Signed-off-by: doudou <67341610+doudoud82@users.noreply.github.com>
1 parent ab418a5 commit 40e1106

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/github-pages.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,15 @@ jobs:
2323
run: >-
2424
git lfs uninstall;
2525
rm -Rf .git;
26+
rm -Rf repo-pkgbuild;
27+
rm -Rf docker;
2628
rm .gitattributes;
27-
rm repo-pkgbuild/ -rf;
28-
rm docker/ -rf;
29-
rm generate-env.sh packages LICENCE README.md run-build-docker.sh;
29+
rm .gitignore;
30+
rm generate-env.sh;
31+
rm LICENCE;
32+
rm packages;
33+
rm README.md;
34+
rm run-build-docker.sh;
3035
3136
- name: 🚀 Deploy to `gh-pages` branch
3237
uses: peaceiris/actions-gh-pages@v3.9.0

0 commit comments

Comments
 (0)