Skip to content

Commit c41eff3

Browse files
committed
test: fix deploy script
1 parent 3ccd861 commit c41eff3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/pages.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,5 @@ jobs:
3333
- name: Build
3434
run: npm run build
3535
- name: Deploy
36-
uses: peaceiris/actions-gh-pages@v3
37-
with:
38-
github_token: ${{ secrets.GITHUB_TOKEN }}
39-
publish_dir: ./website
36+
run: |
37+
npm run preview

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
website-2023.aosc.io

0 commit comments

Comments
 (0)