mirror of
https://github.com/Sheldan/canvas.git
synced 2026-03-23 05:26:02 +00:00
adding index page
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -31,9 +31,11 @@ jobs:
|
||||
- name: Orbits Install dependencies
|
||||
run: npm install
|
||||
working-directory: orbits
|
||||
- name: Build
|
||||
- name: Orbits Build
|
||||
run: npx vite build
|
||||
working-directory: orbits
|
||||
- name: Move index
|
||||
run: cp index.html dist/
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v3
|
||||
- name: Upload artifact
|
||||
|
||||
8
index.html
Normal file
8
index.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Canvas stuff</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="/orbits">Simulation of the solar system</a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user