Skip to content

Commit fd5fc42

Browse files
committedSep 6, 2024
One last attempt this morning
1 parent 7a23dcc commit fd5fc42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎.github/workflows/pages.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
build:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: action/checkout@v4
35-
34+
- name: Checkout
35+
- uses: actions/checkout@v4
36+
3637
- name: Build with blog-static
3738
run: |
3839
mkdir ./.public

0 commit comments

Comments
 (0)