From dba5f7a783ab91b86a6549ed48e9201aae71d7d6 Mon Sep 17 00:00:00 2001 From: jultty Date: Wed, 22 Apr 2026 08:25:03 -0300 Subject: [PATCH] Cleanup GitHub-specific files --- .github/workflows/pages.yml | 14 -------------- CNAME | 1 - static/CNAME | 1 - 3 files changed, 16 deletions(-) delete mode 100644 .github/workflows/pages.yml delete mode 100644 CNAME delete mode 100644 static/CNAME diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml deleted file mode 100644 index 4334e1f..0000000 --- a/.github/workflows/pages.yml +++ /dev/null @@ -1,14 +0,0 @@ -on: push -name: Build and deploy to Pages -jobs: - build: - runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' - steps: - - name: checkout - uses: actions/checkout@v6 - - name: build_and_deploy - uses: shalzz/zola-deploy-action@v0.19.2 - env: - PAGES_BRANCH: gh-pages - TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/CNAME b/CNAME deleted file mode 100644 index 57e1e6c..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -blog.jutty.dev \ No newline at end of file diff --git a/static/CNAME b/static/CNAME deleted file mode 100644 index 57e1e6c..0000000 --- a/static/CNAME +++ /dev/null @@ -1 +0,0 @@ -blog.jutty.dev \ No newline at end of file