Skip to content

Commit d76d7b7

Browse files
authored
Merge pull request #5 from github/brunoborges-add-front-page-footer
Deploy GitHub cookie consent loader
2 parents df1379b + 581f5d7 commit d76d7b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Prepare deployment
2727
run: |
2828
mkdir -p ./_site
29-
cp index.html styles.css light-theme.css theme-toggle.js ./_site/
29+
cp index.html styles.css light-theme.css theme-toggle.js github-cookie-consent.js ./_site/
3030
cp -r es pt_BR ./_site/ 2>/dev/null || true
3131
touch ./_site/.nojekyll
3232

0 commit comments

Comments
 (0)