This commit is contained in:
2023-11-10 11:56:11 +01:00
parent 0f4d3f7db1
commit c21ce61c16

View File

@ -42,8 +42,13 @@ jobs:
name: production-files
path: ./dist
- name: Checkout main branch for favicon
uses: actions/checkout@v3
with:
path: "main"
- name: Copy favicon folder
run: cp -r favicon ./dist/
run: cp -r main/favicon ./dist/
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3