Skip to content

Commit cdd0184

Browse files
authored
Merge pull request #4 from arkag/posts/fatherhood
Fatherhood
2 parents 5af0d92 + 2ca2a1b commit cdd0184

File tree

4 files changed

+176
-1
lines changed

4 files changed

+176
-1
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636

3737
deploy:
3838
needs: build
39+
if: github.ref == 'refs/heads/main'
3940
permissions:
4041
pages: write
4142
id-token: write

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
public/
1+
public/
2+
.hugo_build.lock

0 commit comments

Comments
 (0)