Skip to content

Commit

Permalink
test: fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
xunpod committed Jun 27, 2024
1 parent 3ccd861 commit c41eff3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,5 @@ jobs:
- name: Build
run: npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./website
run: |
npm run preview
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
website-2023.aosc.io

0 comments on commit c41eff3

Please sign in to comment.