We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06bcd0 commit fcb91acCopy full SHA for fcb91ac
.github/workflows/deploy.yml
@@ -30,8 +30,8 @@ jobs:
30
run: |
31
mkdir ${{ github.workspace }}/dist
32
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
34
npm run build
- 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
35
cd ./dist && sed -i s@../all/all.css@all/all.css@g *.html
36
37
- name: Upload production-ready assets
0 commit comments