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