diff options
author | miraikumiko <miraikumiko@disroot.org> | 2025-03-26 07:00:07 +0000 |
---|---|---|
committer | miraikumiko <miraikumiko@disroot.org> | 2025-03-26 07:00:07 +0000 |
commit | b464eee11a21b8722fa3dedb8ff81156c150d3e7 (patch) | |
tree | 36c0b7d2a8769d1044a804632a88153e5abafc07 /.github/workflows | |
parent | 562652ae7511cd764ed8ea164a3495c904796d56 (diff) | |
download | miraikumiko.com-b464eee11a21b8722fa3dedb8ff81156c150d3e7.tar.gz miraikumiko.com-b464eee11a21b8722fa3dedb8ff81156c150d3e7.tar.bz2 |
Update hugo.yml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/hugo.yml (renamed from .github/workflows/hugo.yaml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yml index 2b2f9d7..015fd8f 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yml @@ -3,7 +3,7 @@ name: Deploy Hugo site to Pages on: push: branches: - - master + - main workflow_dispatch: permissions: |