Skip to content

Commit a6eee59

Browse files
committed
Attempt to fix pages deployment
1 parent 0313449 commit a6eee59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pages.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Sample workflow for building and deploying a Hugo site to GitHub Pages
2-
name: Deploy Hugo site to Pages
2+
name: Deploy site to Pages
33

44
on:
55
# Runs on pushes targeting the default branch
@@ -31,6 +31,7 @@ jobs:
3131
build:
3232
runs-on: ubuntu-latest
3333
steps:
34+
- uses: action/checkout@v4
3435
- name: Build with blog-static
3536
run: |
3637
mkdir ./.public

0 commit comments

Comments
 (0)