forked from openai/retro
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a5e487
commit 5020713
Showing
3 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,5 +52,5 @@ jobs: | |
git config user.name "GitHub Action" | ||
git config user.email "[email protected]" | ||
git add . | ||
git commit -m "Deployed new build from retro-dapp repository" | ||
git commit -m "Deployed new build from retro-dapp repository" || true | ||
git push https://${{secrets.GH_PAT}}@github.com/RetroAI/retroai.github.io.git main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
retro.ai |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
{ | ||
"short_name": "retro.ai", | ||
"name": "retro.ai", | ||
"short_name": "retro.ai", | ||
"description": "The mission of retro.ai is to preserve human gaming history, and then train an AI to beat it.", | ||
"start_url": ".", | ||
"display": "standalone", | ||
"background_color": "#000000", | ||
"theme_color": "#ffffff", | ||
"icons": [ | ||
{ | ||
"src": "vite.svg", | ||
"type": "image/svg+xml" | ||
} | ||
], | ||
"start_url": ".", | ||
"display": "standalone", | ||
"theme_color": "#ffffff", | ||
"background_color": "#000000" | ||
] | ||
} |