summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHunter Kvalevog <hunter@kvog.sh>2026-06-30 08:25:23 -0500
committerHunter Kvalevog <hunter@kvog.sh>2026-06-30 08:25:23 -0500
commit9ac5d1e62221966d0ed6a52e6d135ea643e2a963 (patch)
treec6cadd0d08d3ce379149f818e11b5c9f421a77cd
parenta51c9890d2b9720297c72b646c894a11474e8532 (diff)
-rw-r--r--.github/workflows/hugo.yml29
1 files changed, 0 insertions, 29 deletions
diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml
deleted file mode 100644
index e26bd74..0000000
--- a/.github/workflows/hugo.yml
+++ /dev/null
@@ -1,29 +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
-