summaryrefslogtreecommitdiff
path: root/.github/workflows/hugo.yml
diff options
context:
space:
mode:
authorHunter Kvalevog <hunter@kvog.sh>2026-06-09 17:59:08 -0500
committerHunter Kvalevog <hunter@kvog.sh>2026-06-09 17:59:08 -0500
commit927c9cf689201b93a26e62fe0a872c92b5a33dd3 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /.github/workflows/hugo.yml
parent0e78e35f80a903686dcac5ae81a26d547a7ab7b7 (diff)
Diffstat (limited to '.github/workflows/hugo.yml')
-rw-r--r--.github/workflows/hugo.yml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml
deleted file mode 100644
index 56311f0..0000000
--- a/.github/workflows/hugo.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-name: Deploy Hugo site to Pages
-
-on:
- push:
- branches: [master]
-
-permissions:
- contents: write
-
-jobs:
- deploy:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
-
- - uses: peaceiris/actions-hugo@v3
- with:
- hugo-version: 'latest'
- extended: true
-
- - run: hugo --minify
-
- - uses: peaceiris/actions-gh-pages@v4
- with:
- github_token: ${{ secrets.GITHUB_TOKEN }}
- publish_dir: ./public
- publish_branch: gh-pages
- cname: kvog.sh