From afa8f172d9ad8cb3a88e969061d06bcc6ff60a7c Mon Sep 17 00:00:00 2001 From: Nguyen Ngoc Long <43560378+nguyenngoclongdev@users.noreply.github.com> Date: Fri, 25 Oct 2024 06:54:12 +0000 Subject: [PATCH] fix: remove CNAME --- .github/workflows/ci.yml | 3 +++ .github/workflows/documentation.yml | 4 ++-- docs/CNAME | 1 - 3 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 docs/CNAME diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 047161f..9cb490b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,9 @@ name: ci on: push: + paths: + - '**' + - '!docs/**' branches: - main diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 08fb88d..c1ff38d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -45,8 +45,8 @@ jobs: - name: Build VitePress site run: npm run build - - name: Bundle CNAME with site dist - run: cp CNAME .vitepress/dist + # - name: Bundle CNAME with site dist + # run: cp CNAME .vitepress/dist - name: Deploy to GitHub Pages uses: crazy-max/ghaction-github-pages@v4 diff --git a/docs/CNAME b/docs/CNAME deleted file mode 100644 index 0be8b17..0000000 --- a/docs/CNAME +++ /dev/null @@ -1 +0,0 @@ -https://terminalkeeper.github.io/ \ No newline at end of file