feat: publish gh-pages to a custom domain

This commit is contained in:
kunish 2023-09-02 01:17:30 +08:00
parent f69a091aaf
commit 4b548fb219
No known key found for this signature in database
GPG Key ID: 647A12B4F782C430

View File

@ -46,6 +46,7 @@ jobs:
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist publish_dir: ./dist
cname: d.metacubex.one
- name: zip - name: zip
run: | run: |