Skip to content

Commit

Permalink
fix: remove CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenngoclongdev authored Oct 25, 2024
1 parent 52df4cf commit afa8f17
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: ci

on:
push:
paths:
- '**'
- '!docs/**'
branches:
- main

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion docs/CNAME

This file was deleted.

0 comments on commit afa8f17

Please sign in to comment.