Skip to content

Commit

Permalink
Copy favicon to deployed site
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Symes-Tsy committed Aug 15, 2024
1 parent 7372dbb commit ee20f11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
template_params = list(title = "IncomeExplorer",
include_in_head = '<link rel="shortcut icon" href="favicon.ico" />')
)
- name: Copy favicon to site
shell: Rscript {0}
run: |
file.copy("www/favicon.ico", "site/favicon.ico")
- name: Upload site artifact
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit ee20f11

Please sign in to comment.