We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e6a84 commit 5c9c158Copy full SHA for 5c9c158
.github/workflows/deploy.yml
@@ -28,11 +28,6 @@ jobs:
28
yarn install
29
working-directory: ./document
30
31
- - name: Move assets to `assets` folder
32
- run: |
33
- rsync -av --exclude="*.ico" --exclude="*.html" --exclude="*.js" --remove-source-files ./public/ ./public/assets/
34
- working-directory: ./document
35
-
36
- name: Build the project
37
run: |
38
yarn run build
0 commit comments