We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af8a5a commit 7942987Copy full SHA for 7942987
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Prepare files for GitHub Pages
21
run: |
22
mkdir -p ./_site
23
- rsync -av --progress ./public/index.html ./_site
+ rsync -av --progress ./public/index.html ./public/LICENSE.html ./_site
24
25
- name: Upload GitHub Pages artifact
26
uses: actions/upload-pages-artifact@v3
0 commit comments