We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcdfb57 commit 8e5d97aCopy full SHA for 8e5d97a
1 file changed
.github/workflows/ci.yml
@@ -42,6 +42,7 @@ jobs:
42
git config --global user.name meow.zang
43
mkdir result
44
mv css/ result/css/
45
+ mv .gitignore result/.gitignore
46
mv dist/ result/dist/
47
mv images/ result/images/
48
mv js/ result/js/
@@ -52,6 +53,7 @@ jobs:
52
53
git rm -r --cached .
54
mv result/* ../*
55
rm -rf result
56
+ git add .gitignore
57
git add css/*
58
git add js/*
59
git add images/*
0 commit comments