Skip to content

Commit 6e0dde4

Browse files
authored
fixing yaml
1 parent ebe2fe7 commit 6e0dde4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/hugo.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ defaults:
2424
jobs:
2525
build:
2626
runs-on: ubuntu-latest
27+
steps:
2728
- name: Setup Pages
2829
id: pages
2930
uses: actions/configure-pages@v5
@@ -41,4 +42,4 @@ jobs:
4142
steps:
4243
- name: Deploy to GitHub Pages
4344
id: deployment
44-
uses: actions/deploy-pages@v4
45+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)