Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
merlebleue committed May 30, 2024
2 parents 0efeb4b + 6184ed2 commit f4e39e9
Show file tree
Hide file tree
Showing 27 changed files with 21,231 additions and 3,584 deletions.
43 changes: 43 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: './website/build/'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
2 changes: 1 addition & 1 deletion website/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ node_modules
/coverage

# production
/build
#/build

# misc
.DS_Store
Expand Down
15 changes: 15 additions & 0 deletions website/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"files": {
"main.css": "/project-2024-school-mappers/static/css/main.e96d3183.css",
"main.js": "/project-2024-school-mappers/static/js/main.ec7337ae.js",
"static/js/453.8851efe8.chunk.js": "/project-2024-school-mappers/static/js/453.8851efe8.chunk.js",
"index.html": "/project-2024-school-mappers/index.html",
"main.e96d3183.css.map": "/project-2024-school-mappers/static/css/main.e96d3183.css.map",
"main.ec7337ae.js.map": "/project-2024-school-mappers/static/js/main.ec7337ae.js.map",
"453.8851efe8.chunk.js.map": "/project-2024-school-mappers/static/js/453.8851efe8.chunk.js.map"
},
"entrypoints": [
"static/css/main.e96d3183.css",
"static/js/main.ec7337ae.js"
]
}
160 changes: 160 additions & 0 deletions website/build/data.csv

Large diffs are not rendered by default.

1,027 changes: 1,027 additions & 0 deletions website/build/data.json

Large diffs are not rendered by default.

Binary file added website/build/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions website/build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/project-2024-school-mappers/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/project-2024-school-mappers/logo192.png"/><link rel="manifest" href="/project-2024-school-mappers/manifest.json"/><title>React App</title><script defer="defer" src="/project-2024-school-mappers/static/js/main.ec7337ae.js"></script><link href="/project-2024-school-mappers/static/css/main.e96d3183.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
25 changes: 25 additions & 0 deletions website/build/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
3 changes: 3 additions & 0 deletions website/build/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
Binary file added website/build/school.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions website/build/static/css/main.e96d3183.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions website/build/static/css/main.e96d3183.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions website/build/static/js/453.8851efe8.chunk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f4e39e9

Please sign in to comment.