Skip to content

Commit

Permalink
v1.1.3 - Workflow change
Browse files Browse the repository at this point in the history
  • Loading branch information
kaubu committed Dec 1, 2023
1 parent 2bd47d0 commit d75a5c9
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 2,291 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Build
run: npm build
run: npm run build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down
9 changes: 9 additions & 0 deletions dist/assets/index-88c461bc.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/assets/index-d0f78971.css

Large diffs are not rendered by default.

Binary file added dist/favicon.ico
Binary file not shown.
16 changes: 16 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/name-generator/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Anglish Name Generator</title>
<script type="module" crossorigin src="/name-generator/assets/index-88c461bc.js"></script>
<link rel="stylesheet" href="/name-generator/assets/index-d0f78971.css">
</head>
<body>
<div id="app"></div>

</body>
</html>
Loading

0 comments on commit d75a5c9

Please sign in to comment.