Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
dravenwu committed Jan 18, 2024
1 parent b85949e commit fccffce
Show file tree
Hide file tree
Showing 26 changed files with 7 additions and 638 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ on:
- main # default branch
jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: sh rss.sh
- run: npm run build
- name: Install Dep
run: npm install
- name: Build
run: npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/.vuepress/dist
publish_dir: ./docs/.vuepress/dist
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
.idea
.DS_Store
node_modules

docs/.vuepress/dist
28 changes: 0 additions & 28 deletions docs/.vuepress/dist/404.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/.vuepress/dist/CNAME

This file was deleted.

Loading

0 comments on commit fccffce

Please sign in to comment.