Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e603ea6

Browse files
committed
Reorder entries in static.yml
1 parent f2b9c3f commit e603ea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
steps:
2525
- name: Checkout
2626
uses: actions/checkout@v4
27-
- name: Setup Pages
28-
uses: actions/configure-pages@v5
2927
- name: Setup Go
3028
uses: actions/setup-go@v5
3129
with:
@@ -37,6 +35,8 @@ jobs:
3735
cp ./ci/out/coverage.html ./ci/out/static/coverage.html
3836
percent=$(go tool cover -func ./ci/out/coverage.prof | tail -n1 | awk '{print $3}' | tr -d '%')
3937
wget -O ./ci/out/static/coverage.svg "https://img.shields.io/badge/coverage-${percent}%25-success"
38+
- name: Setup Pages
39+
uses: actions/configure-pages@v5
4040
- name: Upload artifact
4141
uses: actions/upload-pages-artifact@v3
4242
with:

0 commit comments

Comments
 (0)