Skip to content

Commit

Permalink
index.html_moved
Browse files Browse the repository at this point in the history
  • Loading branch information
alonsoJASL committed Jun 5, 2024
1 parent c125f61 commit 1c63f91
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install and Build
run: |
Expand All @@ -18,6 +18,7 @@ jobs:
- name: Move data
run: |
mv data dist/data
mv index.html dist/index.html
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>CEMRG: VR Model Demo</title>
</head>
<body>
<script src="main.js"></script>
</body>
</html>

0 comments on commit 1c63f91

Please sign in to comment.