Skip to content

Commit

Permalink
fix diagram
Browse files Browse the repository at this point in the history
Signed-off-by: ladianchad <[email protected]>
  • Loading branch information
ladianchad committed Jan 21, 2025
1 parent d2ef2b0 commit 40dfb0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Move assets to `asset` folder
run: |
rsync -av --exclude="*.ico" --remove-source-files ./public/ ./dist/assets/
rsync -av --exclude="*.ico" --exclude="*.html" --exclude="*.js" --remove-source-files ./dist/ ./dist/assets/
working-directory: ./document

- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 40dfb0a

Please sign in to comment.