Skip to content

Commit 7942987

Browse files
Update deploy.yml
1 parent 3af8a5a commit 7942987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Prepare files for GitHub Pages
2121
run: |
2222
mkdir -p ./_site
23-
rsync -av --progress ./public/index.html ./_site
23+
rsync -av --progress ./public/index.html ./public/LICENSE.html ./_site
2424
2525
- name: Upload GitHub Pages artifact
2626
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)