Skip to content

Commit fcb91ac

Browse files
authored
Update deploy.yml
1 parent a06bcd0 commit fcb91ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
run: |
3131
mkdir ${{ github.workspace }}/dist
3232
npm ci
33+
mkdir -p ${{ github.workspace }}/dist/favicons && cp ${{ github.workspace }}/docs/favicons/* ${{ github.workspace }}/dist/favicons && mkdir -p ${{ github.workspace }}/dist/assets && cp -r ${{ github.workspace }}/docs/assets/* ${{ github.workspace }}/dist/assets
3334
npm run build
34-
mkdir -p ${{ github.workspace }}/dist/favicons && cp ${{ github.workspace }}/docs/favicons/* ${{ github.workspace }}/dist/favicons && mkdir -p ${{ github.workspace }}/dist/assets && cp -r ./docs/assets/* ./dist/assets
3535
cd ./dist && sed -i s@../all/all.css@all/all.css@g *.html
3636
3737
- name: Upload production-ready assets

0 commit comments

Comments
 (0)