We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 386b99f commit eb58240Copy full SHA for eb58240
.github/workflows/static.yml
@@ -1,5 +1,5 @@
1
# Simple workflow for deploying static content to GitHub Pages
2
-name: Copy source code and minify to GitHub Pages branch
+name: Minify to build branch
3
4
on:
5
push:
@@ -37,8 +37,9 @@ jobs:
37
38
- name: Commit minified files to build branch
39
run: |
40
+ git status
41
git add .
42
git commit -m "Minify HTML"
- git push origin build -f
43
+ git push
44
env:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments