We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4445a01 + b001d4f commit 8435802Copy full SHA for 8435802
1 file changed
.github/workflows/compile.yml
@@ -33,10 +33,11 @@ jobs:
33
run: |
34
git config --global user.name ${{ github.triggering_actor }}.
35
git config --global user.email ${{ github.triggering_actor }}@gmail.com
36
- git checkout -b $OUTPUT_BRANCH
+ git switch --orphan $OUTPUT_BRANCH
37
+ git rm -rf .
38
- git add wiemantheme.theme.css -f
39
- git add wiemantheme.theme.css.map -f
+ git add wiemantheme.theme.css
40
+ git add wiemantheme.theme.css.map
41
git add README.md
42
43
git commit -m "Compile ${{ github.event.repository.name }} SCSS v${{ env.VERSION }} build #${{ github.run_number }}"
0 commit comments