Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
tweak styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Bao Zhiyuan committed Aug 30, 2024
1 parent d6ca5aa commit 013afb2
Show file tree
Hide file tree
Showing 10 changed files with 10,718 additions and 92 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
with:
node-version-file: '.nvmrc'
- name: build pages
run: node src/build.mjs
run: |
npm i
npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/dist
/dist
node_modules
Binary file added assets/default-cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 013afb2

Please sign in to comment.