again
This commit is contained in:
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
@ -42,8 +42,13 @@ jobs:
|
|||||||
name: production-files
|
name: production-files
|
||||||
path: ./dist
|
path: ./dist
|
||||||
|
|
||||||
|
- name: Checkout main branch for favicon
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
path: "main"
|
||||||
|
|
||||||
- name: Copy favicon folder
|
- name: Copy favicon folder
|
||||||
run: cp -r favicon ./dist/
|
run: cp -r main/favicon ./dist/
|
||||||
|
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user