Skip to content

Commit

Permalink
Fix: License text should display, not download
Browse files Browse the repository at this point in the history
  • Loading branch information
morrna committed Nov 10, 2024
1 parent 3ca481f commit c5dd8b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: npm install --global elm-tooling

- name: Copy static files
run: mkdir -p dist && cp -r public/* dist/ && cp LICENSE dist/
run: mkdir -p dist && cp -r public/* dist/ && cp LICENSE dist/LICENSE.txt

- name: Build
run: npx elm make src/Main.elm --output=dist/fractal-play.js
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1>Fractal Play</h1>
</script>

<footer>
<p><a href="LICENSE">© 2024 Nathan Morrison</a></p>
<p><a href="LICENSE.txt">© 2024 Nathan Morrison</a></p>
</footer>
</body>
</html>

0 comments on commit c5dd8b4

Please sign in to comment.