Skip to content

Commit

Permalink
Fix license not being deployed on the web.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Nov 11, 2024
1 parent ac6d1ef commit 8fdcd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
--eval '(promptfont-compiler::web)' \
--quit
mkdir -p "$OUTPUT/"
cp index.html index.css promptfont.ttf "$OUTPUT/"
cp index.html index.css LICENSE.txt promptfont.ttf "$OUTPUT/"
env:
OUTPUT: ${{ format('{0}/gh-pages/', runner.temp) }}
- name: Upload Github Pages Artefact
Expand Down

0 comments on commit 8fdcd5f

Please sign in to comment.