Skip to content

Commit

Permalink
chore(ci): update deploy.yml with CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
henryhale committed Oct 6, 2023
1 parent 3d256cd commit a883ea1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,13 @@ jobs:
- name: Build
run: pnpm docs:build

- name: Set CNAME
shell: bash
run: |
echo "xterminal.js.org" > docs/.vitepress/dist/CNAME
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/.vitepress/dist
publish_dir: docs/.vitepress/dist

0 comments on commit a883ea1

Please sign in to comment.