Skip to content

Commit e236c34

Browse files
committed
add 1106
1 parent 8cf8730 commit e236c34

File tree

8 files changed

+781
-571
lines changed

8 files changed

+781
-571
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ jobs:
6464
- name: move to dist
6565
run: |
6666
mkdir dist
67-
cp -r src/README.md ./dist/
67+
cp -r README.md ./dist/
6868
cp -r src/book ./dist/
6969
cp -r src/plan ./dist/
7070
cp -r src/tag ./dist/
7171
cp -r src/problem ./dist/
72-
cp -r assets/image ./dist/assets/
72+
cp -r assets/image ./dist/
7373
7474
- name: push to main
7575
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)