Skip to content

Commit

Permalink
ci: first test docs site
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Hale committed Jan 5, 2024
1 parent 7e8e87a commit fe6d381
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
- name: Build
run: pnpm docs:build

- name: Set CNAME
shell: bash
run: |
echo "mathscript.js.org" > docs/.vitepress/dist/CNAME
# - name: Set CNAME
# shell: bash
# run: |
# echo "mathscript.js.org" > docs/.vitepress/dist/CNAME

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit fe6d381

Please sign in to comment.