Skip to content

Commit

Permalink
move: web_export into root
Browse files Browse the repository at this point in the history
  • Loading branch information
ZILECAO committed Jun 14, 2024
1 parent 8597632 commit 7b82b48
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./godot/web_export/
path: ./
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta charset="utf-8">
<title>Redirecting to ArcaneReveal</title>
<meta http-equiv="refresh" content="0; URL='godot/web_export/ArcaneReveal.html'">
<meta http-equiv="refresh" content="0; URL='ArcaneReveal.html'">
</head>
<body>
<p>Redirecting to <a href="godot/web_export/ArcaneReveal.html">ArcaneReveal</a>...</p>
<p>Redirecting to <a href="ArcaneReveal.html">ArcaneReveal</a>...</p>
</body>
</html>

0 comments on commit 7b82b48

Please sign in to comment.