Skip to content

Commit

Permalink
update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Dec 22, 2024
1 parent 4442705 commit 5f48ff5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 110 deletions.
39 changes: 0 additions & 39 deletions .github/build_deploy.yml

This file was deleted.

69 changes: 0 additions & 69 deletions .github/workflows/jekyll.yml

This file was deleted.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "wowsims.github.io",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"homepage": "https://wowsims.github.io",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview",
"predeploy" : "npm run build",
"deploy" : "gh-pages -d build"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
Expand Down

0 comments on commit 5f48ff5

Please sign in to comment.