build4
This commit is contained in:
parent
c9cf81489c
commit
f1a530df70
15 changed files with 8 additions and 38 deletions
30
.github/workflows/deploy.yml
vendored
30
.github/workflows/deploy.yml
vendored
|
@ -1,30 +0,0 @@
|
|||
name: Deploy to GitHub Pages
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '18'
|
||||
|
||||
- name: Install Dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Build
|
||||
run: npm run build
|
||||
|
||||
- name: Deploy 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@v4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: build
|
||||
clean: true
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"files": {
|
||||
"main.css": "/charlotte_sh/static/css/main.9c66e5c4.css",
|
||||
"main.js": "/charlotte_sh/static/js/main.446a3ec2.js",
|
||||
"main.js": "/charlotte_sh/static/js/main.e1f52c41.js",
|
||||
"static/js/453.38414f0f.chunk.js": "/charlotte_sh/static/js/453.38414f0f.chunk.js",
|
||||
"index.html": "/charlotte_sh/index.html",
|
||||
"main.9c66e5c4.css.map": "/charlotte_sh/static/css/main.9c66e5c4.css.map",
|
||||
"main.446a3ec2.js.map": "/charlotte_sh/static/js/main.446a3ec2.js.map",
|
||||
"main.e1f52c41.js.map": "/charlotte_sh/static/js/main.e1f52c41.js.map",
|
||||
"453.38414f0f.chunk.js.map": "/charlotte_sh/static/js/453.38414f0f.chunk.js.map"
|
||||
},
|
||||
"entrypoints": [
|
||||
"static/css/main.9c66e5c4.css",
|
||||
"static/js/main.446a3ec2.js"
|
||||
"static/js/main.e1f52c41.js"
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
|
@ -1 +1 @@
|
|||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/charlotte_sh/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Charlotte Croce's personal website"/><link rel="apple-touch-icon" href="/charlotte_sh/logo192.png"/><link rel="manifest" href="/charlotte_sh/manifest.json"/><title>charlotte.sh</title><script defer="defer" src="/charlotte_sh/static/js/main.446a3ec2.js"></script><link href="/charlotte_sh/static/css/main.9c66e5c4.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
||||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/charlotte_sh/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Charlotte Croce's personal website"/><link rel="apple-touch-icon" href="/charlotte_sh/logo192.png"/><link rel="manifest" href="/charlotte_sh/manifest.json"/><title>charlotte.sh</title><script defer="defer" src="/charlotte_sh/static/js/main.e1f52c41.js"></script><link href="/charlotte_sh/static/css/main.9c66e5c4.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.4 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue