Skip to content

Commit eb58240

Browse files
committed
Test workflow
1 parent 386b99f commit eb58240

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .github/workflows/static.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Simple workflow for deploying static content to GitHub Pages
2-
name: Copy source code and minify to GitHub Pages branch
2+
name: Minify to build branch
33

44
on:
55
push:
@@ -37,8 +37,9 @@ jobs:
3737

3838
- name: Commit minified files to build branch
3939
run: |
40+
git status
4041
git add .
4142
git commit -m "Minify HTML"
42-
git push origin build -f
43+
git push
4344
env:
4445
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)