Skip to content

Commit

Permalink
chore: remove cname
Browse files Browse the repository at this point in the history
  • Loading branch information
richerfu committed Jun 27, 2024
1 parent eaefbed commit d320db4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,17 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

# Run a build step here if your project requires
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm # or pnpm / yarn
cache: npm

- name: Install dependencies
run: npm ci # or pnpm install / yarn install / bun install
run: npm ci

- name: Build with VitePress
run: npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
run: npm run docs:build

- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
Expand Down

0 comments on commit d320db4

Please sign in to comment.